openrat-cms

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

commit db3c7dde3612608f7d030facac307cb047170781
parent 84c3677e2a1a98541e6e542da2e277c865945632
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 29 Nov 2011 22:06:50 +0100

Layout korrigiert.

Diffstat:
themes/default/templates/page/changetemplate.tpl.src.xml | 27+++++++++++++++++++++++++++
themes/default/templates/page/changetemplateselectelements.tpl.src.xml | 16++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/themes/default/templates/page/changetemplate.tpl.src.xml b/themes/default/templates/page/changetemplate.tpl.src.xml @@ -0,0 +1,26 @@ +<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> + <part class="line"> + <part class="label"> + <text text="page_template_old"></text> + </part> + <part class="input"> + <link url="var:template_url" target="cms_main"> + <image type="template"></image> + <text var="template_name"></text> + </link> + </part> + </part> + + <part class="line"> + <part class="label"> + <text text="page_template_new"></text> + </part> + <part class="input"> + <selectbox name="templateid" list="templates" class="focus"></selectbox> + </part> + </part> + + </form> +</output>+ \ No newline at end of file diff --git a/themes/default/templates/page/changetemplateselectelements.tpl.src.xml b/themes/default/templates/page/changetemplateselectelements.tpl.src.xml @@ -0,0 +1,15 @@ +<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> + <list list="elements" extract="true"> + <part class="line"> + <part class="label"> + <text var="name"></text> + </part> + <part class="input"> + <selectbox name="var:newElementsName" list="newElementsList"></selectbox> + </part> + </part> + </list> + </form> +</output>+ \ No newline at end of file