openrat-cms

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

commit ec8eecef8fa417657b3bae20eb8c7650c3eb0a4d
parent 1e88bfbc5107ff6c59ec48dd5ebcc99687828a61
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 18 Oct 2012 06:57:37 +0200

Umstellung der Tabellenzeilen auf class=clickable.

Diffstat:
themes/default/templates/projectlist/show.tpl.src.xml | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/themes/default/templates/projectlist/show.tpl.src.xml b/themes/default/templates/projectlist/show.tpl.src.xml @@ -8,9 +8,11 @@ </row> <list list="el" extract="true"> <row class="data"> - <column id="var:id" name="var:name" action="project"> - <image file="icon_project"></image> - <text value="var:name" maxlength="30"></text> + <column class="clickable"> + <link type="open" id="var:id" name="var:name" action="project"> + <image file="icon_project"></image> + <text value="var:name" maxlength="30"></text> + </link> </column> </row> </list>