diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:34:06 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:34:06 +0000 |
| commit | 9feb175cd2af3081358abb49c352c6ae1539bda3 (patch) | |
| tree | 6602717996e7b8b794326919f168705e89b16c89 /templates/edit_content_status_inc.tpl | |
| parent | 61520452471167acb48c9f80b220eb7f08518584 (diff) | |
| download | liberty-9feb175cd2af3081358abb49c352c6ae1539bda3.tar.gz liberty-9feb175cd2af3081358abb49c352c6ae1539bda3.tar.bz2 liberty-9feb175cd2af3081358abb49c352c6ae1539bda3.zip | |
Smarty style changes
Diffstat (limited to 'templates/edit_content_status_inc.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/edit_content_status_inc.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/edit_content_status_inc.tpl b/templates/edit_content_status_inc.tpl index 014f04d..ac72340 100644..100755 --- a/templates/edit_content_status_inc.tpl +++ b/templates/edit_content_status_inc.tpl @@ -1,7 +1,7 @@ -{if $gBitSystem->isFeatureActive( 'liberty_display_status' ) && - $gBitSystem->isFeatureActive( 'liberty_display_status_menu' ) && +{if $gBitSystem->isFeatureActive( 'liberty_display_status' ) and + $gBitSystem->isFeatureActive( 'liberty_display_status_menu' ) and $gContent->getAvailableContentStatuses() && - ($gBitUser->hasPermission('p_liberty_edit_content_status') || $gBitUser->hasPermission('p_liberty_edit_all_status')) + ($gBitUser->hasPermission('p_liberty_edit_content_status') or $gBitUser->hasPermission('p_liberty_edit_all_status')) } <div class="form-group"> {formlabel label="Status" for="content_status_id"} |
