~ubuntu-branches/ubuntu/vivid/zentyal-core/vivid-proposed

« back to all changes in this revision

Viewing changes to src/templates/wizard.mas

  • Committer: Package Import Robot
  • Author(s): Jorge Salamero Sanz
  • Date: 2012-08-28 10:03:33 UTC
  • Revision ID: package-import@ubuntu.com-20120828100333-oz3n5kpav4z0tl27
Tags: 2.3.21+quantal1
New upstream release for Quantal

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    content += '<h4><% __('Congratulations!') %></h4>';
154
154
    content += '<div><% __('Now you are ready to save changes and start using your Zentyal server') %></div>';
155
155
% } else {
156
 
    content += '<h4><% __('Installation finished') %></h4>';
157
 
    content += '<div><% __('Now you are ready to save changes and start using your new installed modules') %></div>';
158
 
% }
159
 
    content += '<form action="Finish" method="POST">';
160
 
    content += '<input style="margin: 20px; font-size: 1.4em" class="inputButton" type="submit" name="save" value="<% __('Save changes') %>" />';
 
156
    content += '<h4><% __('Package installation finished') %></h4>';
 
157
    content += '<div><% __('Now you are ready to enable and configure your new installed modules') %></div>';
 
158
% }
 
159
 
 
160
 
 
161
 
 
162
% if ($first) {
 
163
    content += '<form action="SaveChanges" method="POST">';
 
164
    content += '<input type="hidden" name="save" value="1"/>';
 
165
    content += '<input type="hidden" name="noPopup" value="1"/>';
 
166
    content += '<input type="hidden" name="installer" value="1"/>';
 
167
    content += '<input style="margin: 20px; font-size: 1.4em" class="inputButton" type="submit" name="save" value="<% __('Save changes') %>" />'
 
168
% } else {
 
169
    content += '<form  method="POST">';
 
170
    content += '<input style="margin: 20px; font-size: 1.4em" class="inputButton" type="submit" name="save" value="<% __('Go to the dashboard') %>"';
 
171
    content += " onclick=\"window.location='/Dashboard/Index'; return false\" ";
 
172
    content += ' />';
 
173
% }
161
174
    content += '</form>';
162
175
    content += '</div>';
163
176
    $(showed).update(content);