Added warning to permissions

fixed icon name for form-info
This commit is contained in:
markus101 2014-02-02 21:57:10 -08:00
parent ee7cb2b80f
commit 9da0263eb5
14 changed files with 25 additions and 24 deletions

View file

@ -14,7 +14,7 @@
{{#if helpText}}
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="{{helpText}}"/>
<i class="icon-nd-form-info" title="{{helpText}}"/>
</span>
{{/if}}
</div>

View file

@ -1,6 +1,6 @@
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/>
<i class="icon-nd-form-info" title="{{helpText}}"/>
</span>
{{/if}}

View file

@ -5,7 +5,7 @@
<input type="password" name="fields.{{order}}.value" validation-name="{{name}}"/>
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/>
<i class="icon-nd-form-info" title="{{helpText}}"/>
</span>
{{/if}}
</div>

View file

@ -9,7 +9,7 @@
</select>
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/>
<i class="icon-nd-form-info" title="{{helpText}}"/>
</span>
{{/if}}
</div>