mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
WebMods: Added a message to the home/index page that
informs the user if no Web-enabled modules have been loaded. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1915 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -356,3 +356,7 @@ td.mod_name,
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.textsection p {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,16 @@
|
||||
|
||||
<div class="textsection">
|
||||
|
||||
Welcome to ZNC's web interface!
|
||||
<p>Welcome to ZNC's web interface!</p>
|
||||
|
||||
<?IF LoggedIn ?>
|
||||
<?IF !GlobalModLoop ?>
|
||||
<?IF !UserModLoop ?>
|
||||
<p>No Web-enabled modules have been loaded. Edit the config file (<code>znc.conf</code>), or load modules
|
||||
from IRC (<code>/msg *status help</code>). Once you loaded some Web-enabled modules, the menu will expand.</p>
|
||||
<? ENDIF ?>
|
||||
<? ENDIF ?>
|
||||
<? ENDIF ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -396,3 +396,7 @@ table thead td a:hover {
|
||||
padding: 5px 1px;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
.textsection p {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
@@ -373,3 +373,7 @@ textarea.monospace {
|
||||
#breadcrumb {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.textsection p {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user