{* $Id$ *}
{ticket}
{if $prefs.workspace_ui eq "y"} {icon name="list"} {tr}Workspace Templates{/tr} {/if} {include file='admin/include_apply_top.tpl'}
{tabset name="admin_workspaces_areas"} {tab name="{tr}Workspaces{/tr}"}
{tr}Activate the feature{/tr} {preference name=workspace_ui visible="always"}
{tr}Dependencies{/tr} {preference name=namespace_enabled} {preference name=namespace_separator} {preference name=namespace_force_links} {preference name=feature_perspective} {preference name=feature_categories} {preference name=feature_wiki}
{tr}Advanced{/tr} {preference name=workspace_root_category}
{jq} $('#tiki-center').on('click', '.service-dialog', function () { $(this).serviceDialog({ title: $(this).text(), success: function () { if ($(this).is('.reload')) { $('#template-list').load($.service('workspace', 'list_templates')); } } }); return false; }); $('#template-list').load($.service('workspace', 'list_templates')); {/jq} {/tab} {tab name="{tr}Areas{/tr}"}
{tr}Activate the feature{/tr} {preference name=feature_areas}
{tr}Areas{/tr}
{if $areas|count} {foreach from=$areas item=area} {/foreach} {jq} $(".enabledChecks").click(function() { var checked = ! $(this).prop("checked"); $(".otherChecks", $(this).parents("tr:first")).each(function() { $(this).prop("disabled", checked); }); }); {/jq} {else} {/if}
{tr}On{/tr} {tr}Category{/tr} {tr}Perspectives{/tr} {tr}Exclusive{/tr} {tr}Share Common{/tr} {tr}Description{/tr}
{$area.categId} {$area.categName} {foreach from=$area.perspectives item=persp} {$persp.name}{if not $persp@last},{/if} {/foreach} {$area.description}
{tr}No areas found. Click "Update Areas" to populate this list{/tr}
{remarksbox type="info" title="{tr}Hint{/tr}"}{tr}This tab shows you an overview of categories affected by the areas feature.
More help here: doc.tiki.org/Areas {/tr}{/remarksbox}
{preference name=areas_root}
{/tab} {/tabset} {include file='admin/include_apply_bottom.tpl'}