mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Fix (hide) "Add Channel" link while creating new users. Regression
from porting webadmin to webmods. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1854 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -148,9 +148,13 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td colspan="2" class="tdbottom">
|
||||
<? IF !ChannelLoop ?>
|
||||
<center>- <a href="addchan?user=<? VAR Username ESC=URL ?>">Add a Channel</a> -</center>
|
||||
<? IF !Edit ?>
|
||||
<span class="info">You will be able to add + modify channels here after you created the user.</span>
|
||||
<? ELSE ?>
|
||||
- <a href="addchan?user=<? VAR Username ESC=URL ?>">Add a Channel</a> -
|
||||
<? ENDIF ?>
|
||||
<? ELSE ?>
|
||||
<? IF Edit ?>
|
||||
<table class="data">
|
||||
|
||||
Reference in New Issue
Block a user