Changes between Initial Version and Version 1 of Ticket #12847, comment 5


Ignore:
Timestamp:
Aug 19, 2016, 2:33:16 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12847, comment 5

    initial v1  
    77
    88I 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)"
    1111                 title="${dgettext('acct_mgr', 'Save changes and exit wizard')}"
    1212                 value="${dgettext('acct_mgr', 'Apply changes')}" />
    1313            <!--  JP   disabled="${not completion.ready and 'disabled' or None}" /> -->
    14 ''
     14}}}
    1515
    1616Thanks !