Skip to content

Commit

Permalink
adding action_list template
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Sep 26, 2012
1 parent fbafeeb commit 11528e3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Clansuite/Modules/Index/View/Smarty/action_list.tpl
@@ -0,0 +1,24 @@
Modul Template - Module Index - Show
<br />
<strong>{t}Hello{/t}</strong><br />
<strong>{t}Welcome{/t}</strong><br />
<p>
<br />
<strong>This demonstrates gettext-Support with Locales</strong>
<br /><br />
{t}Hello World{/t}
<br />
{t name=$smarty.session.user.nick}How are you, %1 ?{/t}
<br />
{t 1='one' 2='two' 3='three'}The 1st parameter is %1, the 2nd is %2 and the 3rd %3.{/t}
</p>

<p>&nbsp;</p>
<p><b>Clansuite Role and User Based Access Control Management:</b></p>
<p>&nbsp;&nbsp;&nbsp;-&nbsp;
{if true == {check_permission name="index.action_show"}}
<font color=blue>Der User hat das Recht auf: index.action_show</font>
{else}
<font color=red>Der User hat <u>kein</u> Recht auf: index.action_show</font>
{/if}
</p>

0 comments on commit 11528e3

Please sign in to comment.