openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f715ac4aa3c9ecb476f3881054c80e2a8177967c
parent 7b65aa6d2139886dbffa277f739d361c8c5c7900
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 25 Oct 2012 22:54:36 +0200

Fix: ACLs löschen, aus der Liste heraus eine neue ACL anlegen.

Diffstat:
themes/default/templates/object/rights.tpl.src.xml | 15++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/themes/default/templates/object/rights.tpl.src.xml b/themes/default/templates/object/rights.tpl.src.xml @@ -27,7 +27,7 @@ </row> <if empty="acls"> <row class="data"> - <column> + <column colspan="99"> <text text="GLOBAL_NOT_FOUND"></text> </column> </row> @@ -59,12 +59,21 @@ <checkbox name="var:t" default="false" readonly="true"></checkbox> </column> </list> - <column> - <link type="post" subaction="delacl" id="var:aclid"> + <column class="clickable"> + <link type="post" subaction="delacl" var1="aclid" value1="var:aclid"> <text key="GLOBAL_DELETE"></text> </link> </column> </row> </list> + <row class="data"> + <column colspan="99" class="clickable"> + <link type="view" subaction="aclform"> + <image icon="add" /> + <text text="new" /> + </link> + + </column> + </row> </table> </output> \ No newline at end of file