commit
630b3034e5
@ -6,7 +6,6 @@
|
||||
<div class="section">
|
||||
<input type="hidden" name="submitted" value="1" />
|
||||
<input type="hidden" name="user" value="<? VAR Username ?>" />
|
||||
<input type="hidden" name="network" value="<? VAR Name ?>" />
|
||||
|
||||
|
||||
<div class="container col-md-10 col-md-offset-1">
|
||||
@ -30,7 +29,7 @@
|
||||
<div class="form-group">
|
||||
<label for="inputNetworkName" class="col-sm-2 control-label">Network Name:</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="inputNetworkName" name="name" value="<? VAR Name ?>" maxlength="20" placeholder="The name of the IRC network.">
|
||||
<input type="text" class="form-control" id="inputNetworkName" name="network" value="<? VAR Name ?>" maxlength="20" placeholder="The name of the IRC network.">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -110,7 +110,7 @@
|
||||
<p class="text-left"><strong>User: <? VAR SessionUser ?></strong></p>
|
||||
<p class="text-left small">IP Address: <? VAR SessionIP ?></p>
|
||||
<p class="text-left">
|
||||
<a href="<? VAR URIPrefix TOP ?><? VAR ModPath ?>/edituser" class="btn btn-primary btn-block btn-sm"><i class="fa fa-wrench"></i> Edit Settings</a>
|
||||
<a href="<? VAR URIPrefix TOP ?><? VAR ModPath ?>/mods/global/webadmin/edituser" class="btn btn-primary btn-block btn-sm"><i class="fa fa-wrench"></i> Edit Settings</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -135,4 +135,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<? ENDIF ?>
|
||||
<? ENDIF ?>
|
||||
|
Loading…
Reference in New Issue
Block a user