From 122e9d788ea00c2a174961895dd6a6af0aea3aeb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Apr 2013 14:53:36 +0400 Subject: [PATCH] add a dropdown button action to save and exit prefs (closes #660) --- classes/pref/prefs.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index c91c0cf3..b491a930 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -429,8 +429,8 @@ class Pref_Prefs extends Handler_Protected { print "
"; - print ""; @@ -644,8 +645,14 @@ class Pref_Prefs extends Handler_Protected { print ""; print ""; - print " "; + print "
+ ".__('Save configuration')." +
+
". + __("Save and exit preferences")."
+
+
"; print " "; -- 2.39.2