Show More
@@ -21,10 +21,11 b'' | |||||
21 | </div> |
|
21 | </div> | |
22 | <!-- end box / title --> |
|
22 | <!-- end box / title --> | |
23 |
|
23 | |||
|
24 | <h3>${_('Remap and rescan repositories')}</h3> | |||
24 | ${h.form(url('admin_setting', setting_id='mapping'),method='put')} |
|
25 | ${h.form(url('admin_setting', setting_id='mapping'),method='put')} | |
25 | <div class="form"> |
|
26 | <div class="form"> | |
26 | <!-- fields --> |
|
27 | <!-- fields --> | |
27 | <h3>${_('Remap and rescan repositories')}</h3> |
|
28 | ||
28 | <div class="fields"> |
|
29 | <div class="fields"> | |
29 | <div class="field"> |
|
30 | <div class="field"> | |
30 | <div class="label label-checkbox"> |
|
31 | <div class="label label-checkbox"> | |
@@ -47,10 +48,11 b'' | |||||
47 | </div> |
|
48 | </div> | |
48 | ${h.end_form()} |
|
49 | ${h.end_form()} | |
49 |
|
50 | |||
|
51 | <h3>${_('Global application settings')}</h3> | |||
50 | ${h.form(url('admin_setting', setting_id='global'),method='put')} |
|
52 | ${h.form(url('admin_setting', setting_id='global'),method='put')} | |
51 | <div class="form"> |
|
53 | <div class="form"> | |
52 | <!-- fields --> |
|
54 | <!-- fields --> | |
53 | <h3>${_('Global application settings')}</h3> |
|
55 | ||
54 | <div class="fields"> |
|
56 | <div class="fields"> | |
55 |
|
57 | |||
56 | <div class="field"> |
|
58 | <div class="field"> |
General Comments 0
You need to be logged in to leave comments.
Login now