mirror of
https://github.com/znc/znc.git
synced 2026-08-10 10:52:59 +02:00
WebMods: Finally fixed the default theme. Looks pretty nice now.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1907 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
<div class="textsection">
|
||||
|
||||
<p>Welcome to the ZNC webadmin module. All changes you make will be in effect immediately after
|
||||
you submitted them.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
<?IF !UserLoop?>
|
||||
<div class="textsection">
|
||||
There are no users defined. Click <a href="adduser">here</a> if you would like to add one.
|
||||
</div>
|
||||
<?ELSE?>
|
||||
<div class="toptable">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -31,6 +34,7 @@
|
||||
<?ENDLOOP?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<?ENDIF?>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
||||
|
||||
Reference in New Issue
Block a user