|
...
|
...
|
@@ -60,7 +60,7 @@ if(!defined("_CHARSET")) exit( );
|
|
60
|
60
|
$output .= "<label for='sortby'>"._DEFAULTSORT.": </label><select name='sortby' class='textbox'>
|
|
61
|
61
|
<option value='1'".($user['sortby'] ? " selected" : "").">"._MOSTRECENT."</option>
|
|
62
|
62
|
<option value='0'".(!$user['sortby'] ? " selected" : "").">"._ALPHA."</option>
|
|
63
|
|
- </select><A HREF=\"#\" class=\"pophelp\">[?]<span>"._HELP_DEFAULTSORT."</span></A><br />
|
|
|
63
|
+ </select> <A HREF=\"#\" class=\"pophelp\">[?]<span>"._HELP_DEFAULTSORT."</span></A><br />
|
|
64
|
64
|
<label for='skinnew'>"._SKIN.":</label> <select name=\"skinnew\">";
|
|
65
|
65
|
if(!isset($hiddenskins)) $hiddenskins = array( );
|
|
66
|
66
|
if(is_string($hiddenskins)) $hiddenskins = explode(",", $hiddenskins);
|
|
...
|
...
|
@@ -73,7 +73,7 @@ if(!defined("_CHARSET")) exit( );
|
|
73
|
73
|
foreach($skinlist as $s) { $output .= $s; }
|
|
74
|
74
|
unset($skinlist, $s);
|
|
75
|
75
|
closedir($directory);
|
|
76
|
|
- $output .= "</select><A HREF=\"#\" class=\"pophelp\">[?]<span>"._HELP_SKIN."</span></A><br /><INPUT type=\"submit\" class=\"button\" id=\"submit\" name=\"submit\" value=\""._SUBMIT."\"></form>";
|
|
|
76
|
+ $output .= "</select> <A HREF=\"#\" class=\"pophelp\">[?]<span>"._HELP_SKIN."</span></A><br /><INPUT style='margin-top: 0.5em;' type=\"submit\" class=\"button\" id=\"submit\" name=\"submit\" value=\""._SUBMIT."\"></form>";
|
|
77
|
77
|
}
|
|
78
|
78
|
|
|
79
|
|
-?>
|
|
80
|
79
|
\ No newline at end of file
|
|
|
80
|
+?>
|