openrat-cms

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

commit ff9436ba5683f1cbe85533a6f082737981620bdf
parent 9b7d03a45937436830e1e0b72dc3f0fff3cf7cb7
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 19 Nov 2011 14:11:18 +0100

Layout korrigiert.

Diffstat:
themes/default/templates/file/prop.tpl.src.xml | 18++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/themes/default/templates/file/prop.tpl.src.xml b/themes/default/templates/file/prop.tpl.src.xml @@ -73,25 +73,27 @@ </part> <part class="input"> <text var="mimetype"></text> + <newline></newline> + <link class="action" action="file" subaction="size"> + <text key="menu_file_size"></text> + </link> </part> - <link class="action" action="file" subaction="size"> - <text key="menu_file_size"></text> - </link> </part> <part class="line"> <part class="label"> + <text text="message:id"></text> </part> <part class="input"> - <text text="message:id"></text> <text var="objectid"></text> </part> </part> <if present="cache_filename"> <part class="line"> - <part class="label"></part> - <label for="cache_filename"> - <text text="CACHE_FILENAME"></text> - </label> + <part class="label"> + <label for="cache_filename"> + <text text="CACHE_FILENAME"></text> + </label> + </part> <part class="input"> <text var="cache_filename"></text> <newline></newline>