Webadmin: Add support for timezone offset

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1079 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-05-30 14:09:41 +00:00
parent 0df0e9c234
commit 1bb1206472
4 changed files with 20 additions and 0 deletions
@@ -185,6 +185,10 @@
<div class="inputlabel">Timestamp Format:</div>
<div><input type="text" name="timestampformat" value="<? VAR TimestampFormat ESC=HTML ?>" class="half" /></div>
</div>
<div class="subsection">
<div class="inputlabel">Timezone offset:</div>
<div><input type="text" name="timezoneoffset" value="<? VAR TimezoneOffset ESC=HTML ?>" class="third" /></div>
</div>
<div style="clear: both;"></div>
<div style="margin-bottom: 10px;">
@@ -261,6 +261,16 @@
</td>
</tr>
<tr>
<td class="mainleft">
Timezone offset:
</td>
<td class="mainright">
<input style="width: 100%;" type="text" name="timezoneoffset" value="<? VAR TimezoneOffset ESC=HTML ?>" size="32">
</td>
</tr>
<tr>
<td class="mainleft">
Options:
+4
View File
@@ -184,6 +184,10 @@
<div class="inputlabel">Timestamp Format:</div>
<div><input type="text" name="timestampformat" value="<? VAR TimestampFormat ESC=HTML ?>" class="half" /></div>
</div>
<div class="subsection">
<div class="inputlabel">Timezone offset:</div>
<div><input type="text" name="timezoneoffset" value="<? VAR TimezoneOffset ESC=HTML ?>" class="third" /></div>
</div>
<div style="clear: both;"></div>
<div class="subsection">