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

add back button

parent 3bf6b5cf
Branches
No related tags found
No related merge requests found
{
"menu-brand": "IML Deployment GUI",
"menu-brand": "Deployment GUI",
"menu-overview": "Übersicht",
"menu-projects": "Projekte",
"menu-settings": "Einstellungen",
......@@ -202,12 +202,13 @@
"page-setup-error-settings-were-not-saved": "Projekteinstellungen konnten nicht gespeichert werden :-/",
"page-setup-info-check-lang": "Vergleich Sprachtexte",
"page-setup-info-check-lang-intro": "In der nachfolgenden Tabelle werden die sprachabhängigen Texte miteinander verglichen und fehlende Sprachelemente gefunden.",
"aborted": "Abgebrochen",
"accept": "Accept",
"accept-hint": "Accept Phase [%s] und in die Queue von Phase [%s] stellen.",
"all": "alle",
"archive": "Archiv",
"back": "zurück",
"branch": "Branch/ Tag",
"branch-select": "Vorhandene Branches und Tags",
"branch-switch": "Switche Branch/ Tag ... Moment ...",
......@@ -225,6 +226,7 @@
"deploy-hint": "Deploy der Queue von Phase [%s]",
"deploytimes": "Deployment Zeitpunkte",
"deploytimes-immediately": "Ein Archiv in der Queue wird sofort ins Repo gestellt.",
"deploymethod": "Deployment-Methode",
"description": "Beschreibung",
"developer": "Entwickler",
"dir-archive": "Archiv-Verzeichnis",
......@@ -238,6 +240,7 @@
"fileprefix-label": "File-Prefix <span class=\"error\"><br>Nach dem ersten Build nicht mehr änderbar!</span>",
"finished": "Beendet",
"gotop": "Seitenanfang",
"hosts": "Hosts",
"hostname4puppet": "Hostname f&uuml;r Puppet Agent",
"inactive": "inaktiv",
"info": "Info",
......
......@@ -210,6 +210,7 @@
"accept-hint": "Accept phase [%s] and put package to the queue of phase [%s].",
"all": "all",
"archive": "Archive",
"back": "back",
"branch": "Branch/ tag",
"branch-select": "Existing branches and tags",
"branch-switch": "Switching branch/ tag ... please wait ...",
......
......@@ -88,6 +88,7 @@ if (array_key_exists("confirm", $aParams)) {
<form action="?" method="post" enctype="multipart/form-data">
<input type="hidden" name="confirm" value="1">
<fieldset>
<a class="btn btn-default btn-large" onclick="history.back();">' . t("back") . '</a>
<button type="submit" class="btn btn-primary btn-large" >' . sprintf(t("page-accept-buttonlabel"), $sPhase, $sNext) . '</button>
</fieldset>
</form>
......
......@@ -97,6 +97,7 @@ if (!array_key_exists("confirm", $aParams)) {
<hr>
-->
<fieldset>
<a class="btn btn-default btn-large" onclick="history.back();">' . t("back") . '</a>
<button type="submit" class="btn btn-primary btn-large" >' . sprintf(t("page-build-buttonlabel"), $sNext) . '</button>
</fieldset>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment