Commit 6b30e16ba141fe9c02764539f6ea17d8410f43b4
1 parent
9e6596b3
Place a link to the unit folder in the unit administration
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4948 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
templates/ktcore/principals/unitadmin.smarty
| @@ -18,6 +18,7 @@ membership of groups that belong to the unit.{/i18n}</p> | @@ -18,6 +18,7 @@ membership of groups that belong to the unit.{/i18n}</p> | ||
| 18 | <th>{i18n}Unit Name{/i18n}</th> | 18 | <th>{i18n}Unit Name{/i18n}</th> |
| 19 | <th>{i18n}Edit{/i18n}</th> | 19 | <th>{i18n}Edit{/i18n}</th> |
| 20 | <th>{i18n}Delete{/i18n}</th> | 20 | <th>{i18n}Delete{/i18n}</th> |
| 21 | + <th>{i18n}Folder{/i18n}</th> | ||
| 21 | </tr> | 22 | </tr> |
| 22 | </thead> | 23 | </thead> |
| 23 | <tbody> | 24 | <tbody> |
| @@ -26,6 +27,8 @@ membership of groups that belong to the unit.{/i18n}</p> | @@ -26,6 +27,8 @@ membership of groups that belong to the unit.{/i18n}</p> | ||
| 26 | <td>{$oUnit->getName()}</td> | 27 | <td>{$oUnit->getName()}</td> |
| 27 | <td><a href="{addQS}action=editUnit&unit_id={$oUnit->getId()}{/addQS}" class="ktAction ktEdit">{i18n}Edit{/i18n}</a></td> | 28 | <td><a href="{addQS}action=editUnit&unit_id={$oUnit->getId()}{/addQS}" class="ktAction ktEdit">{i18n}Edit{/i18n}</a></td> |
| 28 | <td><a href="{addQS}action=deleteUnit&unit_id={$oUnit->getId()}{/addQS}" class="ktAction ktDelete">{i18n}Delete{/i18n}</a></td> | 29 | <td><a href="{addQS}action=deleteUnit&unit_id={$oUnit->getId()}{/addQS}" class="ktAction ktDelete">{i18n}Delete{/i18n}</a></td> |
| 30 | + <td><span class="contenttype folder"><a href="{getUrlForFolder | ||
| 31 | +folder=$oUnit->getFolderId()}">{$oUnit->getName()}</a></span></td> | ||
| 29 | </tr> | 32 | </tr> |
| 30 | {/foreach} | 33 | {/foreach} |
| 31 | </tbody> | 34 | </tbody> |