Skip to content

Commit

Permalink
TWEAK: Set font for "Groups" title before group select.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@893 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Feb 3, 2004
1 parent e8b3351 commit 4dff00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/html.php
Expand Up @@ -318,7 +318,7 @@
. _S_ADDGROUP_BT."' align='right' border='0' hspace='0' name='AddNewGroup' "
. "onClick=\"window.open('$scriptname?action=addgroup&sid=$sid', '_top')\">\n";
}
$surveysummary .= "<font size='1' color='#222222'><b>"._GROUPS.":</b>"
$surveysummary .= "$setfont<font size='1' color='#222222'><b>"._GROUPS.":</b>"
. "\t\t<select style='font-size: 9; font-family: verdana; font-color: #222222; "
. "background: silver; width: 160' name='groupselect' "
. "onChange=\"window.open(this.options[this.selectedIndex].value,'_top')\">\n";
Expand All @@ -331,7 +331,7 @@
//$surveysummary .= "<option>No Groups</option>\n";
//}
$surveysummary .= "</select>\n"
. "\t\t\t\t</font></td>"
. "\t\t\t\t</font></font></td>"
. "</tr>\n"
. "\t\t\t</table>\n"
. "\t\t</td>\n"
Expand Down

0 comments on commit 4dff00a

Please sign in to comment.