Submit button also placed at top; reordered to right margin, too.

This commit is contained in:
Nate Jones
2014-04-26 23:56:12 +00:00
parent 596c6a2b02
commit df831450bc
12 changed files with 33 additions and 12 deletions
+1
View File
@@ -92,6 +92,7 @@ if (strlen($group_name) > 0) {
echo " </td>\n";
echo " <td align='right'>\n";
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='groups.php'\" value='".$text['button-back']."'> ";
echo " <input type=\"submit\" class='btn' value=\"".$text['button-save']."\">\n";
echo " </td>\n";
echo " </tr>\n";
echo "</table>\n";