{$page->componentLabel} - {if ($page->getHelpURL() != null)}Help {/if} -
- {/if} - - - {if (!empty($page->errStack))} -{$sError}
- {/foreach} - - - - - - - -{$sInfo}
- {/foreach} - - - - - - - -diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index c7c3baa..95cc4d1 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -111,6 +111,8 @@ class KTPage { /* default js files initialisation */ $aJS = Array(); + $aJS[] = 'thirdpartyjs/yui/yahoo/yahoo.js'; + $aJS[] = 'thirdpartyjs/yui/utilities/utilities.js'; /* $aJS[] = 'thirdpartyjs/MochiKit/MochiKit.js'; $aJS[] = 'thirdpartyjs/MochiKit/New.js'; @@ -119,9 +121,13 @@ class KTPage { $aJS[] = 'thirdpartyjs/MochiKit/Style.js'; $aJS[] = 'thirdpartyjs/MochiKit/Signal.js'; */ - $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js'; + $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js'; $aJS[] = 'resources/js/kt-utility.js'; $aJS[] = 'presentation/i18nJavascript.php'; + $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js'; + $aJS[] = 'resources/js/loader.js'; + $aJS[] = 'thirdpartyjs/yui/tools/tools.js'; + //$aJS[] = 'thirdpartyjs/MochiKit/Iter.js'; diff --git a/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty b/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty index 07063a0..e1ff37f 100644 --- a/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty +++ b/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty @@ -6,7 +6,7 @@ {if empty($feedlist)} -
{i18n}Your RSS feed list is empty.{/i18n}
|
+
+ {foreach item=oPortlet from=$page->portlets}
+ {assign var=portlet_output value=$oPortlet->render() }
+ {if $portlet_output}
+
+ {/if}
+ {/foreach}
+
+
+ |
+
+ content_class}class="{$page->content_class}"{/if}>
+ {if (!$page->hide_section)}
+
+ {$page->componentLabel} + {if ($page->getHelpURL() != null)}Help {/if} ++ {/if} + + + {if (!empty($page->errStack))} +
+ {foreach item=sError from=$page->errStack}
+ {$sError}
+ {/foreach}
+
+ {/if}
+
+ {if (!empty($page->infoStack))}
+
+ {foreach item=sInfo from=$page->infoStack}
+ {$sInfo}
+ {/foreach}
+
+ {/if}
+
+ {$page->contents}
+
+ |
+
{$page->getDisclaimer()}
-|
+ {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved{/i18n}
+ {$page->getDisclaimer()} + |
+
+ {i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n} + {i18n arg_version="$versionname" arg_appname="$appname"}#appname# Version: #version#{/i18n} + {if $config->get("ui/poweredByDisabled") == '0'} + |
+
{i18n}No roles defined in the Role Administration area.{/i18n}
{i18n}Only the standard database authentication is currently available. +
{i18n}No additional authentication sources have been defined.{/i18n}
{i18n}No documents are currently checked out.{/i18n}
+{i18n}Note{/i18n}: {i18n}please +
{i18n}No documents were selected.{/i18n}
{i18n}No documents are marked as deleted.{/i18n}
{i18n}Note{/i18n}: {i18n}please -confirm that you want to delete these documents.{/i18n}
{i18n}No documents were selected.{/i18n}
{i18n}Note{/i18n}: {i18n}please -confirm that you want to restore these documents.{/i18n}
{i18n}No documents were selected.{/i18n}
{i18n}No problems found - database is consistent with the contents of the repository.{/i18n}
+
{i18n}Please diff --git a/templates/ktcore/document/document_permissions.smarty b/templates/ktcore/document/document_permissions.smarty index 03d710b..5556f61 100644 --- a/templates/ktcore/document/document_permissions.smarty +++ b/templates/ktcore/document/document_permissions.smarty @@ -11,7 +11,7 @@ permissions are not shown.{/i18n}
{/if} {if ((empty($roles) && empty($groups) && empty($users)))} -{i18n}No roles or groups have been defined or have permissions.{/i18n}
{i18n}No columns have been added to this view{/i18n}
{i18n arg_batch=$batch_html}Page: #batch#{/i18n}
{else} -{i18n}No items require your attention{/i18n}
{i18n}There are currently no roles created within the system.{/i18n}
{i18n}You do not have enough available licenses to add more active users. Please disable some existing ones if you wish to add new active users.{/i18n}
{i18n}No Conditions have been defined.{/i18n}
{i18n}No Saved Searches have been defined.{/i18n}
{i18n}No permissions are controlled by this state. -Indicate below which permissions are controlled to allocate them.{/i18n}
{i18n}Once you've selected the permissions you want to control
diff --git a/templates/ktcore/workflow/admin/restrictions_edit.smarty b/templates/ktcore/workflow/admin/restrictions_edit.smarty
index 741a083..81104e8 100644
--- a/templates/ktcore/workflow/admin/restrictions_edit.smarty
+++ b/templates/ktcore/workflow/admin/restrictions_edit.smarty
@@ -7,7 +7,7 @@
{if empty($aGuardTriggers)}
-
{i18n}Anybody (with the ability to see the document) can perform this transition.{/i18n}