openrat-cms

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

commit 134a0de363b527ef203103d11df4437a3231f896
parent ee90d1139b3559e2497565083226b06e3ee2b0a1
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 14 Mar 2012 22:41:30 +0100

Eingabeformular per DIV statt Tabelle.

Diffstat:
themes/default/templates/folder/createfolder.tpl.src.xml | 28++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)

diff --git a/themes/default/templates/folder/createfolder.tpl.src.xml b/themes/default/templates/folder/createfolder.tpl.src.xml @@ -1,3 +1,23 @@ -<output xmlns="http://www.openrat.de/template" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"><dummy><header back="true"></header><form><window title="" name=""><row><cell><text text="global_FOLDER"></text></cell><cell><input name="name" size="20" default=""></input></cell></row><row><cell><text text="global_DESCRIPTION"></text></cell><cell><inputarea rows="5" cols="50" name="description"></inputarea></cell></row><row><cell class="act" colspan="2"><button type="ok"></button></cell></row></window></form><focus field="name"></focus></dummy></output>- \ No newline at end of file +<output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"> + <header back="true"></header> + <form> + <part class="line"> + <part class="label"> + <text text="global_FOLDER"></text> + </part> + <part class="input"> + <input name="name" size="20" default=""></input> + </part> + </part> + + <part class="line"> + <part class="label"> + <text text="global_DESCRIPTION"></text> + </part> + <part class="input"> + <inputarea rows="5" cols="50" name="description"></inputarea> + </part> + </part> + </form> +</output>+ \ No newline at end of file