diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 03:45:09 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 03:45:09 +0000 |
| commit | 47a089bd0c8c103ef28d29ef6a6185e412f26244 (patch) | |
| tree | bf113501eee2e6d86cfce595bff2635284a96995 /templates/admin_permissions.tpl | |
| parent | 4c5773480ee02701c6cee9df033022d2b9ccc293 (diff) | |
| download | users-47a089bd0c8c103ef28d29ef6a6185e412f26244.tar.gz users-47a089bd0c8c103ef28d29ef6a6185e412f26244.tar.bz2 users-47a089bd0c8c103ef28d29ef6a6185e412f26244.zip | |
step one of contenttype name plural - new methods to fetch name in libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
Diffstat (limited to 'templates/admin_permissions.tpl')
| -rw-r--r-- | templates/admin_permissions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_permissions.tpl b/templates/admin_permissions.tpl index 94b044d..eac08e4 100644 --- a/templates/admin_permissions.tpl +++ b/templates/admin_permissions.tpl @@ -87,7 +87,7 @@ <h2>{tr}Content with individual Permissions{/tr}</h2> <ul> {foreach from=$contentWithPermissions item=content key=content_type_guid} - <li><em>{$gLibertySystem->getContentTypeDescription($content_type_guid)}</em> + <li><em>{$gLibertySystem->getContentTypeName($content_type_guid)}</em> <ul> {foreach from=$content item=perms key=content_id} <li><a href="{$smarty.const.LIBERTY_PKG_URL}content_permissions.php?content_id={$content_id}">{$perms.0.title}</a> |
