openrat-cms

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

commit d84a5e2ca918d09cdbb24abbd1f609042c065c58
parent 42f841994eff2e740a8c725e4146fae9b515bd61
Author: Jan Dankert <devnull@localhost>
Date:   Mon, 15 Oct 2012 01:44:59 +0200

Projekt nicht mehr aus Projektliste startbar (das geht über das Menü in der Titelleiste eh viel besser).

Diffstat:
Mthemes/default/templates/projectlist/show.tpl.src.xml | 12+++---------
1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/themes/default/templates/projectlist/show.tpl.src.xml b/themes/default/templates/projectlist/show.tpl.src.xml @@ -5,9 +5,6 @@ <column> <text key="name"></text> </column> - <column> - <text key="GLOBAL_SELECT"></text> - </column> </row> <list list="el" extract="true"> <row class="data"> @@ -15,16 +12,13 @@ <image file="icon_project"></image> <text value="var:name" maxlength="30"></text> </column> - <column url="var:use_url"> - <text key="GLOBAL_SELECT"></text> - </column> </row> </list> <row class="data"> - <column colspan="2"> + <column> <link type="view" subaction="add"> - <image icon="add"/> - <text text="new"/> + <image icon="add" /> + <text text="new" /> </link> </column> </row>