summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-28 18:18:34 +0200
committerSimon Rettberg2014-05-28 18:18:34 +0200
commite4e79982dd3c447a4ced762a6069db553e246f59 (patch)
treed17f74565ed5347350edeab412a07c77bd80a636 /templates/sysconfig
parentWIP (diff)
downloadslx-admin-e4e79982dd3c447a4ced762a6069db553e246f59.tar.gz
slx-admin-e4e79982dd3c447a4ced762a6069db553e246f59.tar.xz
slx-admin-e4e79982dd3c447a4ced762a6069db553e246f59.zip
Fixed some bugs from Sateserver v05
Diffstat (limited to 'templates/sysconfig')
-rw-r--r--templates/sysconfig/ad-checkconnection.html2
-rw-r--r--templates/sysconfig/cfg-start.html3
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/sysconfig/ad-checkconnection.html b/templates/sysconfig/ad-checkconnection.html
index 4455660c..3a2c7a42 100644
--- a/templates/sysconfig/ad-checkconnection.html
+++ b/templates/sysconfig/ad-checkconnection.html
@@ -13,6 +13,7 @@
<input name="searchbase" value="{{searchbase}}" type="hidden">
<input name="binddn" value="{{binddn}}" type="hidden">
<input name="bindpw" value="{{bindpw}}" type="hidden">
+ <input name="home" value="{{home}}" type="hidden">
<button type="submit" class="btn btn-primary">&laquo; Zurück</button>
</form>
</div>
@@ -23,6 +24,7 @@
<input name="searchbase" value="{{searchbase}}" type="hidden">
<input name="binddn" value="{{binddn}}" type="hidden">
<input name="bindpw" value="{{bindpw}}" type="hidden">
+ <input name="home" value="{{home}}" type="hidden">
<button id="nextbutton" type="submit" class="btn btn-primary">Überspringen &raquo;</button>
</form>
</div>
diff --git a/templates/sysconfig/cfg-start.html b/templates/sysconfig/cfg-start.html
index dc8f1d11..7d092337 100644
--- a/templates/sysconfig/cfg-start.html
+++ b/templates/sysconfig/cfg-start.html
@@ -26,6 +26,9 @@
{{/missing}}
</div>
{{/modules}}
+ {{^modules}}
+ <a class="btn btn-primary btn-xs" href="?do=SysConfig&amp;action=addmodule&amp;step={{startClass}}">Neu..</a>
+ {{/modules}}
</div>
</div>
{{/groups}}