summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/screensaver-text.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/screensaver-text.html')
-rw-r--r--modules-available/sysconfig/templates/screensaver-text.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/screensaver-text.html b/modules-available/sysconfig/templates/screensaver-text.html
index c6516b80..1fdea34b 100644
--- a/modules-available/sysconfig/templates/screensaver-text.html
+++ b/modules-available/sysconfig/templates/screensaver-text.html
@@ -50,7 +50,13 @@
<a class="btn btn-default" onclick="window.history.back()">{{lang_back}}</a>
</div>
<div class="btn-group pull-right">
- <button type="submit" class="btn btn-primary">{{lang_next}} &raquo;</button>
+ <button type="submit" class="btn btn-primary">
+ {{#lastStep}}
+ <span class="glyphicon glyphicon-floppy-disk"></span>
+ {{lang_save}}
+ {{/lastStep}}
+ {{^lastStep}}{{lang_next}} &raquo;{{/lastStep}}
+ </button>
</div>
<div class="clearfix"></div>
</form>