From 335147e572c8557751c0a035647a7ad729b43674 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Feb 2019 10:48:56 +0300 Subject: dialogs: use semantic markup instead of dlgsec stuff continue unifying quoting style for html strings --- classes/pref/labels.php | 50 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 28 deletions(-) (limited to 'classes/pref/labels.php') diff --git a/classes/pref/labels.php b/classes/pref/labels.php index 28befe42b..5dadddab4 100644 --- a/classes/pref/labels.php +++ b/classes/pref/labels.php @@ -22,9 +22,9 @@ class Pref_Labels extends Handler_Protected { print "
"; - print "
".__("Caption")."
"; + print "
".__("Caption")."
"; - print "
"; + print "
"; $fg_color = $line['fg_color']; $bg_color = $line['bg_color'] ? $line['bg_color'] : '#fff7d5'; @@ -33,53 +33,47 @@ class Pref_Labels extends Handler_Protected { id='labelEdit_caption' name='caption' dojoType='dijit.form.ValidationTextBox' required='true' value=\"".htmlspecialchars($line['caption'])."\">"; - print "
"; - print "
" . __("Colors") . "
"; - print "
"; + print ""; - print ""; - - print ""; + print "
" . __("Colors") . "
"; + print "
"; + print "
".__("Foreground:")."".__("Background:"). - "
"; + print ""; print "
".__("Foreground:")."".__("Background:")."
"; - print ""; - print ""; + print ""; + print ""; - print "
-
"; - print ""; print "
"; - print "
-
"; - print ""; print "
"; - print "
"; - -# print "
"; + print ""; - print "
"; - print ""; - print ""; - print "
"; + print ""; print ""; } -- cgit v1.2.3-54-g00ecf