Skip to content
Snippets Groups Projects
Commit df3bae09 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update pages

parent 9cde3c4c
No related branches found
No related tags found
1 merge request!62V2.0
......@@ -98,7 +98,7 @@ if (array_key_exists("confirm", $aParams)) {
}
}
$sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// $sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
echo $sOut;
......
......@@ -197,7 +197,7 @@ if (!array_key_exists("confirm", $aParams)) {
</script>';
}
$sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// $sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
echo $sOut;
......@@ -31,8 +31,8 @@ $sOut = '
<h3>'.t("dir-cache").'</h3>
<pre>' . $oPrj->cleanupVcsCache() . '</pre>
<div id="navbuttom">' . aPrjHome() . '</div>';
';
// $sOut.='<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
echo $sOut;
......
......@@ -99,7 +99,7 @@ if (!array_key_exists("confirm", $aParams)) {
}
}
$sOut.= '<div id="navbuttom">' . $sHome . '</div>';
// $sOut.= '<div id="navbuttom">' . $sHome . '</div>';
// -- Ausgabe
echo $sOut;
......@@ -91,7 +91,7 @@ if (array_key_exists("confirm", $aParams)) {
}
}
$sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// $sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
echo $sOut;
......
......@@ -80,6 +80,7 @@ if (!array_key_exists("prj", $aParams)) {
$oHtml->getIcon('workflow') . t("way-of-packages")
=> $oPrj->renderVisual() . ''
,
/*
$oHtml->getIcon('repository') . t("repositoryinfos") . ($iCountOfBranches ? ' <span class="badge badge-secondary">'.$iCountOfBranches.'</span>' : '' )
=> '<br>'
.($oPrj->canAcceptPhase() ? $oPrj->renderLink("build").'<br><br>' : '')
......@@ -87,6 +88,7 @@ if (!array_key_exists("prj", $aParams)) {
// . $oPrj->renderSelectRemoteBranches()
. $sListOfBranches
,
*/
$oHtml->getIcon('sign-error') . t("build-failes") . ($iCountOfBuildErrors ? ' <span class="badge badge-danger">'.$iCountOfBuildErrors.'</span>' : '' )
=> '<br>'.$sBuildErrorContent
,
......@@ -103,8 +105,9 @@ if (!array_key_exists("prj", $aParams)) {
)
]
])
.'
<div id="navbuttom">' . aGotop() . aHome() . '</div>';
;
// $sOut.='<div id="navbuttom">' . aGotop() . aHome() . '</div>';
}
//
echo $sOut;
......@@ -263,7 +263,7 @@ if ($sPhase) {
$sOut.=$oHtml->getBox("error", t("error-no-phase"));
}
$sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// $sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
echo $sOut;
......@@ -111,7 +111,7 @@ if (array_key_exists("confirm", $aParams)) {
}
$sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// $sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
......
......@@ -95,6 +95,8 @@ if ($aParams["prj"] == "all") {
$aTmp=$aConfig;
$aTmp=ArrayReplace($aTmp, "password", $sFakePassword);
$aTmp=ArrayReplace($aTmp, "PwLdapUser", $sFakePassword);
$TITLE=t('menu-settings');
$sOut.= '<pre>'.print_r($aTmp, 1).'</pre>';
// print_r($aConfig);
......@@ -194,8 +196,8 @@ if ($aParams["prj"] == "all") {
// setup a new project
// ------------------------------------------------------------
if ($aParams["par3"]=="new") {
$sOut.='<h2>'.t("page-setup-info-new-project").'</h2>'
. '<p>'.t("page-setup-info-new-project-introtext").'</p><hr>';
$TITLE=t("menu-new-project");
$sOut.= '<p>'.t("page-setup-info-new-project-introtext").'</p><hr>';
$oPrj = new projectgui();
if (array_key_exists("setupaction", $aParams) && $aParams["setupaction"] == "create") {
......@@ -248,8 +250,8 @@ if ($aParams["prj"] == "all") {
// check lang-texts
// ------------------------------------------------------------
if ($aParams["par3"]=="checklang") {
$sOut.='<h2>'.t("page-setup-info-check-lang").'</h2>'
.'<p>'.t("page-setup-info-check-lang-intro").'</p>';
$TITLE=t("menu-checklang");
$sOut.='<p>'.t("page-setup-info-check-lang-intro").'</p>';
// $sOut.=print_r($aConfig, true);
$aTmp=array();
$aLangs=array();
......@@ -301,6 +303,7 @@ if ($aParams["prj"] == "all") {
// ------------------------------------------------------------
if ($aParams["par3"]=="actionlog") {
// $oPrj = new project();
$TITLE=t("menu-logs");
require_once("./classes/actionlog.class.php");
$oLog=new Actionlog('');
......@@ -348,7 +351,7 @@ if ($aParams["prj"] == "all") {
$sErrors=$oPrj->renderErrorBoxes();
$sOut.= $sErrors ? $sErrors : $oPrj->renderProjectSetup();
}
$sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// $sOut.= '<div id="navbuttom">' . aPrjHome() . '</div>';
// -- Ausgabe
echo $sOut;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment