Browse Source

add buttons

andre 3 years ago
parent
commit
127fb7d454
1 changed files with 3 additions and 4 deletions
  1. 3 4
      cwp7_add_subdomain.tpl

+ 3 - 4
cwp7_add_subdomain.tpl

@@ -27,8 +27,7 @@
 							<tr>
 							<tr>
 								<td>
 								<td>
 									<div class="alert alert-info">
 									<div class="alert alert-info">
-										Geben Sie den Namen der neuen Subdomaine ein 
-										und wählen Sie zugehörige Domaine aus. 
+										Geben Sie den Namen der neuen Subdomaine für {$domainselected} ein.
 										Einen DNS Eintrag und ein SSL Zertifikat für Ihre neue 
 										Einen DNS Eintrag und ein SSL Zertifikat für Ihre neue 
 										Subdomaine können Sie danach in der Übersicht erstellen.
 										Subdomaine können Sie danach in der Übersicht erstellen.
 									</div>
 									</div>
@@ -41,8 +40,8 @@
 										<input type="hidden" name="modop" value="custom" />
 										<input type="hidden" name="modop" value="custom" />
 										<input type="hidden" name="a" value="addSubdomain" />
 										<input type="hidden" name="a" value="addSubdomain" />
 										<input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="s" /> 
 										<input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="s" /> 
-										{$domainselected}<br>
-										<button type="submit" class="btn btn-primary btn-block">
+										.{$domainselected}<br>
+										<button type="submit" class="btn btn-primary">
 											Erstellen
 											Erstellen
 										</button>
 										</button>
 									</form>
 									</form>