mirror of
https://github.com/fsr/eseeva
synced 2025-04-28 09:28:31 +02:00
adds color
nothing fancy, just bootstrap stuff
This commit is contained in:
parent
3646c27af4
commit
3637b0c7b9
5 changed files with 13 additions and 13 deletions
|
@ -128,9 +128,9 @@
|
|||
}
|
||||
|
||||
CreateRowHeader();
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control\" name=\"changesConfirm\" value=\"Confirm Changes\"/>\n </div>\n";
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control btn-success\" name=\"changesConfirm\" value=\"Confirm Changes\"/>\n </div>\n";
|
||||
echo " <div class=\"col-2\"></div>\n";
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control\" name=\"changesDiscard\" value=\"Discard Changes\"/>\n </div>\n";
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control btn-danger\" name=\"changesDiscard\" value=\"Discard Changes\"/>\n </div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
// Hidden input with previously generated id - used for preventing double posts
|
||||
|
@ -144,9 +144,9 @@
|
|||
CreateTextBox("Key file name", "keyFile", $keyFile);
|
||||
|
||||
CreateRowHeader();
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control\" name=\"keyGenNew\" value=\"Generate New Key File\"/>\n </div>\n";
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control btn-success\" name=\"keyGenNew\" value=\"Generate New Key File\"/>\n </div>\n";
|
||||
echo " <div class=\"col-2\"></div>\n";
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control\" name=\"keyGenAppend\" value=\"Append existing Key File\"/>\n </div>\n";
|
||||
echo " <div class=\"col-5\">\n <input type=\"submit\" class=\"form-control btn-warning\" name=\"keyGenAppend\" value=\"Append existing Key File\"/>\n </div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
// Hidden input with previously generated id - used for preventing double posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue