Update to support the new bits on ZNC v.1.5-git

This commit is contained in:
sprybear
2015-01-19 12:14:44 +08:00
parent b1f251c136
commit 2e50b881c7
7 changed files with 107 additions and 11 deletions

View File

@@ -1698,6 +1698,8 @@ output {
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
overflow: scroll;
white-space: inherit;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

File diff suppressed because one or more lines are too long

View File

@@ -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="<? IF GlobalModLoop ?>/mods/global/webadmin/edituser<? ELSE ?>/mods/user/webadmin/edituser<? ENDIF ?>" class="btn btn-primary btn-block btn-sm"><i class="fa fa-wrench"></i> Edit Settings</a>
<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>
</p>
</div>
</div>