mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
Fix VHost and MOTD input box in graphiX and dark-clouds
They squashed everything into one line which obviously is not good. Thanks to flakes for the patch. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1588 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -86,7 +86,8 @@
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<textarea name="motd" cols="10" style="width: 99%;" rows="5"><? LOOP MOTDLoop ?><? VAR Line ESC=HTML ?><? ENDLOOP ?>
|
||||
<textarea name="motd" cols="10" style="width: 99%;" rows="5"><? LOOP MOTDLoop ?><? VAR Line ESC=HTML ?>
|
||||
<? ENDLOOP ?>
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -97,7 +98,8 @@
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<textarea name="vhosts" cols="10" style="width: 99%;" rows="5"><? LOOP VHostLoop ?><? VAR VHost ESC=HTML ?><? ENDLOOP ?>
|
||||
<textarea name="vhosts" cols="10" style="width: 99%;" rows="5"><? LOOP VHostLoop ?><? VAR VHost ESC=HTML ?>
|
||||
<? ENDLOOP ?>
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -86,7 +86,8 @@
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<textarea name="motd" cols="10" style="width: 99%;" rows="5"><? LOOP MOTDLoop ?><? VAR Line ESC=HTML ?><? ENDLOOP ?>
|
||||
<textarea name="motd" cols="10" style="width: 99%;" rows="5"><? LOOP MOTDLoop ?><? VAR Line ESC=HTML ?>
|
||||
<? ENDLOOP ?>
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -97,7 +98,8 @@
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<textarea name="vhosts" cols="10" style="width: 99%;" rows="5"><? LOOP VHostLoop ?><? VAR VHost ESC=HTML ?><? ENDLOOP ?>
|
||||
<textarea name="vhosts" cols="10" style="width: 99%;" rows="5"><? LOOP VHostLoop ?><? VAR VHost ESC=HTML ?>
|
||||
<? ENDLOOP ?>
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user