Skip to content
Snippets Groups Projects
Commit e8c0c4bf authored by hahn's avatar hahn
Browse files

- use formgen.class.php on deploy-page

- update footer area (back to home, Logs)
- warning boxes
- fix home button in project overview
parent 23f04ba0
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,6 @@ body, label, input, button, select, textarea, p, .btn { ...@@ -51,8 +51,6 @@ body, label, input, button, select, textarea, p, .btn {
} }
div#navbuttom{ div#navbuttom{
background: #f8f8f8;
background: linear-gradient(#fff, #f8f8f8, #fff);
margin-top: 4em; padding: 1em 0; margin-top: 4em; padding: 1em 0;
border-top: 2px dotted #ccc;} border-top: 2px dotted #ccc;}
...@@ -204,4 +202,6 @@ input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{ ...@@ -204,4 +202,6 @@ input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{
.loglevel-error{ background: #fcc;} .loglevel-error{ background: #fcc;}
.loglevel-success{ color: #080;} .loglevel-success{ color: #080;}
div.logs{ background: #f8f8f8; border-top: 1px solid #eee; margin-top: 1em; padding: 0.5em 0;} div.logs{ margin-top: 1em; padding: 0.5em 0;
\ No newline at end of file text-align: left;
}
\ No newline at end of file
...@@ -54,7 +54,7 @@ if (!array_key_exists("prj", $aParams)) { ...@@ -54,7 +54,7 @@ if (!array_key_exists("prj", $aParams)) {
$oPrj->renderLink("setup"); $oPrj->renderLink("setup");
} }
$sOut .= '<div style="clear: both"></div> $sOut .= '<div style="clear: both"></div>
<div id="navbuttom">' . aPrjHome() . '</div>'; <div id="navbuttom">' . aHome() . '</div>';
} }
// //
echo $sOut; echo $sOut;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment