|
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
|
<button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> |
|
|
|
|
<button type="button" class="button primary save">{{_ "Save"}}</button> |
|
|
|
|
{{else}} |
|
|
|
|
<span>{{subValue 'desktopNotifications'}} <i class="icon-pencil" data-edit="desktopNotifications"></i></span> |
|
|
|
|
<span class="current-setting">{{subValue 'desktopNotifications'}} <i class="icon-pencil" data-edit="desktopNotifications"></i></span> |
|
|
|
|
{{/if}} |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
|
<li> |
|
|
|
|
<label>{{_ "Desktop_Notifications_Duration"}}</label> |
|
|
|
|
<div> |
|
|
|
|
<span>{{#if desktopNotificationDuration}}{{desktopNotificationDuration}} {{_"seconds"}}{{else}}{{_ "Use_User_Preferences_or_Global_Settings"}}{{/if}}</span> |
|
|
|
|
<span class="current-setting">{{#if desktopNotificationDuration}}{{desktopNotificationDuration}} {{_"seconds"}}{{else}}{{_ "Use_User_Preferences_or_Global_Settings"}}{{/if}}</span> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
{{/unless}} |
|
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
|
<button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> |
|
|
|
|
<button type="button" class="button primary save">{{_ "Save"}}</button> |
|
|
|
|
{{else}} |
|
|
|
|
<span>{{subValue 'mobilePushNotifications'}} <i class="icon-pencil" data-edit="mobilePushNotifications"></i></span> |
|
|
|
|
<span class="current-setting">{{subValue 'mobilePushNotifications'}} <i class="icon-pencil" data-edit="mobilePushNotifications"></i></span> |
|
|
|
|
{{/if}} |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
|
<button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> |
|
|
|
|
<button type="button" class="button primary save">{{_ "Save"}}</button> |
|
|
|
|
{{else}} |
|
|
|
|
<span>{{subValue 'emailNotifications'}} <i class="icon-pencil" data-edit="emailNotifications"></i></span> |
|
|
|
|
<span class="current-setting">{{subValue 'emailNotifications'}} <i class="icon-pencil" data-edit="emailNotifications"></i></span> |
|
|
|
|
{{/if}} |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
@ -83,7 +83,7 @@ |
|
|
|
|
<button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> |
|
|
|
|
<button type="button" class="button primary save">{{_ "Save"}}</button> |
|
|
|
|
{{else}} |
|
|
|
|
<span>{{unreadAlertText}} <i class="icon-pencil" data-edit="unreadAlert"></i></span> |
|
|
|
|
<span class="current-setting">{{unreadAlertText}} <i class="icon-pencil" data-edit="unreadAlert"></i></span> |
|
|
|
|
{{/if}} |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
|