Change colour and name of Port Control toggle option in Device Port View

This commit is contained in:
Oliver Gorwits
2013-01-29 21:42:37 +00:00
parent 409523747a
commit 5f537af2fc
3 changed files with 3 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
<input type="checkbox" id="[% item.name %]"
name="[% item.name %]"[% ' checked="checked"' IF params.${item.name} %] />
[% IF item.name == 'c_admin' %]
<span class="label label-inverse">[% item.label %]</span>
<span class="label label-info">[% item.label %]</span>
[% ELSE %]
[% item.label %]
[% END %]