mirror of
https://github.com/znc/znc.git
synced 2026-05-07 22:04:46 +02:00
And fix a shitload of trailing whitespaces and space / tab mixups in ZNC
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@959 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<tr>
|
||||
<td class="menu<? IF Action != "home" ?>in<? ENDIF ?>active"><a href="/home">Startseite</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<? IF IsAdmin ?>
|
||||
<tr>
|
||||
<td class="menu<? IF Action != "settings" ?>in<? ENDIF ?>active"><a href="/settings">Einstellungen</a></td>
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<br><br>
|
||||
<input type="submit" value="Einstellungen speichern" />
|
||||
</form>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<table width="95%" cellpadding="0" cellspacing="0" style="margin-top: 20px;">
|
||||
@@ -196,7 +196,7 @@
|
||||
<input style="width: 100%;" type="text" name="chanmodes" value="<? VAR DefaultChanModes ESC=HTML ?>" size="32" maxlength="32">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="mainalone">
|
||||
<? IF Edit ?>
|
||||
@@ -253,16 +253,16 @@
|
||||
|
||||
<tr>
|
||||
<td class="mainleft">
|
||||
Zeitstempel:
|
||||
</td>
|
||||
Zeitstempel:
|
||||
</td>
|
||||
|
||||
<td class="mainright">
|
||||
<input style="width: 100%;" type="text" name="timestampformat" value="<? VAR TimestampFormat ESC=HTML ?>" size="32">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="mainleft">
|
||||
<td class="mainright">
|
||||
<input style="width: 100%;" type="text" name="timestampformat" value="<? VAR TimestampFormat ESC=HTML ?>" size="32">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="mainleft">
|
||||
Optionen:
|
||||
</td>
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.mainrow {
|
||||
padding: 5px;
|
||||
padding: 5px;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<tr>
|
||||
<td class="menu<? IF Action != "home" ?>in<? ENDIF ?>active"><a href="/home">Home</a></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<? IF IsAdmin ?>
|
||||
<tr>
|
||||
<td class="menu<? IF Action != "settings" ?>in<? ENDIF ?>active"><a href="/settings">Settings</a></td>
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<br><br>
|
||||
<input type="submit" value="Save settings" />
|
||||
</form>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<table width="95%" cellpadding="0" cellspacing="0" style="margin-top: 20px;">
|
||||
@@ -196,7 +196,7 @@
|
||||
<input style="width: 100%;" type="text" name="chanmodes" value="<? VAR DefaultChanModes ESC=HTML ?>" size="32" maxlength="32">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="mainalone">
|
||||
<? IF Edit ?>
|
||||
|
||||
@@ -188,7 +188,7 @@ a:hover {
|
||||
}
|
||||
|
||||
.mainrow {
|
||||
padding: 5px;
|
||||
padding: 5px;
|
||||
border-right: 1px solid #000000;
|
||||
}
|
||||
|
||||
|
||||
@@ -180,10 +180,10 @@
|
||||
<div class="inputlabel">Größe des Wiedergabebuffers:</div>
|
||||
<div><input type="text" name="bufsize" value="<? VAR BufferCount ESC=HTML ?>" class="third" maxlength="9" /></div>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Zeitstempel:</div>
|
||||
<div><input type="text" name="timestampformat" value="<? VAR TimestampFormat ESC=HTML ?>" class="half" /></div>
|
||||
</div>
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Zeitstempel:</div>
|
||||
<div><input type="text" name="timestampformat" value="<? VAR TimestampFormat ESC=HTML ?>" class="half" /></div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<div class="subsection">
|
||||
|
||||
Reference in New Issue
Block a user