openrat-cms

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

commit f239e07a33a7e6087a852f44298a06009961cbb2
parent 1b8ccfdcee9d417c591a258ca1f2082a030f9276
Author: dankert <devnull@localhost>
Date:   Tue,  8 Aug 2006 22:09:53 +0200

Masken f?r Im- und Export

Diffstat:
themes/default/templates/pageelement/exportlongtext.tpl.src.php | 13+++++++++++++
themes/default/templates/pageelement/importlongtext.tpl.src.php | 17+++++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/themes/default/templates/pageelement/exportlongtext.tpl.src.php b/themes/default/templates/pageelement/exportlongtext.tpl.src.php @@ -0,0 +1,12 @@ +page + form + window name:export columnclasses:a + row + cell + selectbox list:types name:type + + row + cell + button type:ok + + focus field:text+ \ No newline at end of file diff --git a/themes/default/templates/pageelement/importlongtext.tpl.src.php b/themes/default/templates/pageelement/importlongtext.tpl.src.php @@ -0,0 +1,16 @@ +page + form + window name:import columnclasses:a + row + cell + selectbox list:types name:type + + row + cell + upload name:file + + row + cell + button type:ok + + focus field:text+ \ No newline at end of file