Commit 24766432040f120002ea533dfe6c5e18d151aaf7

Authored by Neil Blakey-Milner
1 parent 98215724

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
templates/ktcore/principals/unitadmin.smarty
... ... @@ -18,6 +18,7 @@ membership of groups that belong to the unit.{/i18n}</p>
18 18 <th>{i18n}Unit Name{/i18n}</th>
19 19 <th>{i18n}Edit{/i18n}</th>
20 20 <th>{i18n}Delete{/i18n}</th>
  21 + <th>{i18n}Folder{/i18n}</th>
21 22 </tr>
22 23 </thead>
23 24 <tbody>
... ... @@ -26,6 +27,8 @@ membership of groups that belong to the unit.{/i18n}&lt;/p&gt;
26 27 <td>{$oUnit->getName()}</td>
27 28 <td><a href="{addQS}action=editUnit&unit_id={$oUnit->getId()}{/addQS}" class="ktAction ktEdit">{i18n}Edit{/i18n}</a></td>
28 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 32 </tr>
30 33 {/foreach}
31 34 </tbody>
... ...