2013-11-15 15:22:42 -05:00
|
|
|
<div class='setting-label'>
|
2013-07-24 17:15:21 -04:00
|
|
|
<h3>{{unbound setting}}</h3>
|
|
|
|
</div>
|
2013-11-15 15:22:42 -05:00
|
|
|
<div class="setting-value">
|
|
|
|
{{textField value=value classNames="input-setting-string"}}
|
2013-07-24 17:15:21 -04:00
|
|
|
<div class='desc'>{{unbound description}}</div>
|
|
|
|
</div>
|
|
|
|
{{#if dirty}}
|
2013-11-15 15:22:42 -05:00
|
|
|
<div class='setting-controls'>
|
2013-12-12 16:09:44 -05:00
|
|
|
<button class='btn ok no-text' {{action save this}}><i class='fa fa-check'></i></button>
|
|
|
|
<button class='btn cancel no-text' {{action cancel this}}><i class='fa fa-times'></i></button>
|
2013-03-01 12:45:25 -05:00
|
|
|
</div>
|
2013-07-24 17:15:21 -04:00
|
|
|
{{else}}
|
|
|
|
{{#if overridden}}
|
|
|
|
<button class='btn' href='#' {{action resetDefault this}}>{{i18n admin.site_settings.reset}}</button>
|
2013-03-01 12:45:25 -05:00
|
|
|
{{/if}}
|
2013-07-24 17:15:21 -04:00
|
|
|
{{/if}}
|