Changes between Initial Version and Version 1 of Ticket #12847, comment 5
- Timestamp:
- Aug 19, 2016, 2:33:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12847, comment 5
initial v1 7 7 8 8 I have made a change in '''admin_accountsconfig.html''' on line 984 for working: 9 10 ''<input type="submit" name="save" py:if="active == (len(steps) - 1)"9 {{{#!python 10 <input type="submit" name="save" py:if="active == (len(steps) - 1)" 11 11 title="${dgettext('acct_mgr', 'Save changes and exit wizard')}" 12 12 value="${dgettext('acct_mgr', 'Apply changes')}" /> 13 13 <!-- JP disabled="${not completion.ready and 'disabled' or None}" /> --> 14 '' 14 }}} 15 15 16 16 Thanks !