Bernd Wurst commited on 2017-02-25 19:09:21
Zeige 1 geänderte Dateien mit 3 Einfügungen und 1 Löschungen.
... | ... |
@@ -91,7 +91,9 @@ foreach ($applist as $app) |
91 | 91 |
$form = " |
92 | 92 |
<h4 style=\"margin-top: 2em;\">Name des VHost</h4> |
93 | 93 |
<div style=\"margin-left: 2em;\"><input type=\"text\" name=\"hostname\" id=\"hostname\" size=\"10\" value=\"{$vhost['hostname']}\" /><strong>.</strong>".domainselect($vhost['domain_id']); |
94 |
-$form .= "<br /><span class=\"buttonset ui-buttonset\" id=\"buttonset-aliaswww\"> |
|
94 |
+$form .= "<br /> |
|
95 |
+ <input type=\"checkbox\" name=\"options[]\" id=\"aliaswww\" value=\"aliaswww\" {$s}/> <label for=\"aliaswww\">Auch mit <strong>www</strong> davor.</label><br/> |
|
96 |
+<span class=\"buttonset ui-buttonset\" id=\"buttonset-aliaswww\"> |
|
95 | 97 |
<input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_forwardwww\" value=\"forwardwww\"/><label for=\"aliaswww_forwardwww\">Auf www-Präfix umleiten</label> |
96 | 98 |
<input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_forwardnowww\" value=\"forwardnowww\"/><label for=\"aliaswww_forwardnowww\">www-Präfix auf Stammdomain umleiten</label> |
97 | 99 |
<input type=\"radio\" name=\"aliaswww\" id=\"aliaswww_aliaswww\" value=\"aliaswww\"/><label for=\"aliaswww_aliaswww\">www-Präfix als Alias einrichten</label> |
98 | 100 |