openrat-cms

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

commit 4940664a7f958b0223d8afcf5ba539c6621be433
parent 4e54e0e01be909219975d56a5624762bc09e2bc1
Author: Jan Dankert <devnull@localhost>
Date:   Thu,  9 Aug 2012 21:22:02 +0200

Template zum Hinfzufügen von Sprachen.

Diffstat:
Athemes/default/templates/languagelist/add.tpl.src.xml | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/themes/default/templates/languagelist/add.tpl.src.xml b/themes/default/templates/languagelist/add.tpl.src.xml @@ -0,0 +1,13 @@ +<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"> + <form method="post"> + <part class="line"> + <part class="label"> + <text text="LANGUAGE_ISOCODE"></text> + </part> + <part class="input"> + <selectbox list="isocodes" name="isocode"></selectbox> + </part> + </part> + </form> +</output> +\ No newline at end of file