diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:17:49 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:17:49 -0400 |
| commit | 2b0af82ff2bc26392ee60f46582261857e58360d (patch) | |
| tree | 7f948b83337091d24d743864b725f87248809070 /templates/content_role_permissions.tpl | |
| parent | 4d415ad270ac2cb61e464e5bad64348ccab70ab8 (diff) | |
| download | liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.gz liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.bz2 liberty-2b0af82ff2bc26392ee60f46582261857e58360d.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'templates/content_role_permissions.tpl')
| -rw-r--r-- | templates/content_role_permissions.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/content_role_permissions.tpl b/templates/content_role_permissions.tpl index edb9042..0f215cd 100644 --- a/templates/content_role_permissions.tpl +++ b/templates/content_role_permissions.tpl @@ -66,9 +66,9 @@ <h2>{tr}Legend{/tr}</h2> <dl> - <dt>{booticon iname="icon-plus-sign" iexplain=""} Custom Permission: Always Allow</dt> - <dt>{booticon iname="icon-minus-sign" iexplain=""} Custom Permission: Always Deny</dt> - <dt>{booticon iname="icon-ok" iexplain=""} Global Permission: Allow</dt> + <dt>{booticon iname="fa-circle-plus"} Custom Permission: Always Allow</dt> + <dt>{booticon iname="fa-circle-minus"} Custom Permission: Always Deny</dt> + <dt>{booticon iname="fa-check"} Global Permission: Allow</dt> <dt>{biticon iname="media-playback-stop" iexplain=""} Global Permission: Deny</dt> </dl> </div><!-- end .body --> |
