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