Moved menu bar to bottom on "new user page"

SVN revision: 1752
This commit is contained in:
2006-11-09 21:31:31 +00:00
parent 692bfbd2d0
commit ef7202990f
2 changed files with 16 additions and 9 deletions
+7 -9
View File
@@ -12050,14 +12050,6 @@ void show_new_user_page(LOGBOOK * lbs)
else
show_standard_title("ELOG", "", 1);
/*---- menu buttons ----*/
rsprintf("<tr><td class=\"menuframe\"><span class=\"menu1\">\n");
rsprintf("<input type=submit name=cmd value=\"%s\">\n", loc("Save"));
rsprintf("<input type=submit name=cmd value=\"%s\">\n", loc("Cancel"));
rsprintf("</span></td></tr>\n\n");
/* table for two-column items */
rsprintf("<tr><td class=\"form2\">");
rsprintf("<table width=\"100%%\" cellspacing=0>\n");
@@ -12131,8 +12123,14 @@ void show_new_user_page(LOGBOOK * lbs)
rsprintf("</td></tr></table>\n");
/*---- menu buttons ----*/
rsprintf("<tr><td class=\"menucenter\">\n");
rsprintf("<input type=submit name=cmd value=\"%s\">\n", loc("Save"));
rsprintf("<input type=submit name=cmd value=\"%s\">\n", loc("Cancel"));
rsprintf("</td></tr>\n\n");
rsprintf("</td></tr></table>\n\n");
show_bottom_text(lbs);
rsprintf("</form></center></body></html>\r\n");
}
+9
View File
@@ -238,6 +238,15 @@ td {
vertical-align:middle;
}
.menucenter {
border:1px solid #486090;
border-top:1px solid white;
border-left:1px solid white;
background-color:#E0E0E0;
text-align:center;
font-size:10pt;
}
.toolframe {
border:1px solid #486090;
border-top:1px solid white;