Commit

commit f14eb743804078fc219d664b261998570eed5867
Author: dankert 
Date:   Thu Oct 8 23:12:37 2009 +0200

    Pro Subaction eine Unterscheidung zwischen View und Action machen.

 actionClasses/PageAction.class.php                 |   6 +-
 actionClasses/PageAction.ini.php                   |   6 +-
 do.php                                             |  39 +-
 themes/default/pages/html/element/name.tpl.php     |   4 +-
 .../default/pages/html/element/properties.tpl.php  |   4 +-
 themes/default/pages/html/element/remove.tpl.php   |   4 +-
 themes/default/pages/html/element/type.tpl.php     |   4 +-
 themes/default/pages/html/empty/blank.tpl.php      |   2 +-
 themes/default/pages/html/empty/border.tpl.php     |   2 +-
 themes/default/pages/html/file/compress.tpl.php    |  57 +-
 themes/default/pages/html/file/edit.tpl.php        |   6 +-
 themes/default/pages/html/file/prop.tpl.php        |  77 ++-
 themes/default/pages/html/file/pub.tpl.php         |  20 +-
 themes/default/pages/html/file/size.tpl.php        |  12 +-
 themes/default/pages/html/folder/create.tpl.php    |   4 +-
 .../default/pages/html/folder/createfile.tpl.php   |   2 +-
 .../default/pages/html/folder/createfolder.tpl.php |   2 +-
 .../default/pages/html/folder/createpage.tpl.php   |   4 +-
 themes/default/pages/html/folder/order.tpl.php     |  51 +-
 themes/default/pages/html/folder/prop.tpl.php      |   4 +-
 themes/default/pages/html/folder/pub.tpl.php       |   4 +-
 themes/default/pages/html/folder/select.tpl.php    |  35 +-
 themes/default/pages/html/folder/show.tpl.php      |  36 +-
 themes/default/pages/html/group/edit.tpl.php       |   4 +-
 themes/default/pages/html/group/remove.tpl.php     |   8 +-
 themes/default/pages/html/group/rights.tpl.php     |   9 +
 .../default/pages/html/index/applications.tpl.php  |   7 +-
 themes/default/pages/html/index/password.tpl.php   | 384 +++++--------
 .../pages/html/index/passwordinputcode.tpl.php     | 241 ++++-----
 .../default/pages/html/index/projectmenu.tpl.php   |   6 +-
 themes/default/pages/html/index/register.tpl.php   | 243 ++++-----
 .../pages/html/index/registeruserdata.tpl.php      | 591 +++++++--------------
 themes/default/pages/html/index/showlogin.tpl.php  |   4 +-
 themes/default/pages/html/language/edit.tpl.php    |   4 +-
 themes/default/pages/html/link/edit.tpl.php        |   6 +-
 themes/default/pages/html/link/prop.tpl.php        |   4 +-
 themes/default/pages/html/mainmenu/show.tpl.php    |   2 +-
 themes/default/pages/html/object/aclform.tpl.php   |  11 +-
 themes/default/pages/html/object/rights.tpl.php    |  53 +-
 .../default/pages/html/page/changetemplate.tpl.php |  11 +-
 .../html/page/changetemplateselectelements.tpl.php | 209 +++-----
 themes/default/pages/html/page/el.tpl.php          |  15 +-
 themes/default/pages/html/page/prop.tpl.php        |   4 +-
 themes/default/pages/html/page/pub.tpl.php         |  43 +-
 themes/default/pages/html/page/src.tpl.php         |   4 +-
 .../default/pages/html/pageelement/archive.tpl.php |   4 +-
 themes/default/pages/html/pageelement/diff.tpl.php |   4 +-
 themes/default/pages/html/pageelement/edit.tpl.php |   4 +-
 themes/default/pages/html/pageelement/prop.tpl.php |   4 +-
 themes/default/pages/html/profile/edit.tpl.php     |   4 +-
 themes/default/pages/html/profile/groups.tpl.php   |   1 +
 themes/default/pages/html/profile/mail.tpl.php     |   5 +-
 themes/default/pages/html/profile/settings.tpl.php |   4 +-
 themes/default/pages/html/project/add.tpl.php      |   4 +-
 themes/default/pages/html/project/edit.tpl.php     |  38 +-
 themes/default/pages/html/project/export.tpl.php   |  21 +-
 themes/default/pages/html/project/listing.tpl.php  |   4 +-
 .../default/pages/html/project/maintenance.tpl.php |  20 +-
 themes/default/pages/html/project/remove.tpl.php   |  23 +-
 themes/default/pages/html/search/content.tpl.php   |  42 +-
 themes/default/pages/html/search/prop.tpl.php      |   4 +-
 themes/default/pages/html/search/result.tpl.php    |  75 ++-
 themes/default/pages/html/template/addel.tpl.php   |   4 +-
 themes/default/pages/html/template/el.tpl.php      |   4 +-
 .../default/pages/html/template/extension.tpl.php  |   5 +-
 themes/default/pages/html/template/listing.tpl.php |   4 +-
 themes/default/pages/html/template/name.tpl.php    |   4 +-
 themes/default/pages/html/template/pages.tpl.php   |   7 +-
 themes/default/pages/html/template/src.tpl.php     |   4 +-
 .../default/pages/html/template/srcelement.tpl.php |   4 +-
 themes/default/pages/html/title/show.tpl.php       |   2 +-
 themes/default/pages/html/tree/show.tpl.php        |   2 +-
 themes/default/pages/html/treetitle/show.tpl.php   |   2 +-
 themes/default/pages/html/user/edit.tpl.php        |  19 +-
 themes/default/pages/html/user/listing.tpl.php     |   2 +-
 themes/default/pages/html/user/remove.tpl.php      | 300 ++---------
 76 files changed, 1246 insertions(+), 1626 deletions(-)