openrat-cms

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

commit 0de46537674ff0395b50a232654339c707b19c23
parent b0b513f970cf4af9e5ef8edafb386cfaa4a1ec4a
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 21 Dec 2017 01:15:19 +0100

Zahlreiche neue Menüpunkte unter "Bearbeiten".

Diffstat:
themes/default/templates/title/show.tpl.out.php | 208++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
themes/default/templates/title/show.tpl.src.xml | 141++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 326 insertions(+), 23 deletions(-)

diff --git a/themes/default/templates/title/show.tpl.out.php b/themes/default/templates/title/show.tpl.out.php @@ -16,7 +16,7 @@ </div> </div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?> + <?php $if2=($isLoggedIn); if($if2){?> <div class="toolbar-icon menu"> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/file.svg" /> @@ -26,7 +26,7 @@ </div> <div class="dropdown"> <div class="entry clickable filtered on-action-folder on-action-page on-action-file"> - <a title="<?php echo lang('menu_new_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="new" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_new_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="new" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/add.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_new'.'')))); ?></span> @@ -37,7 +37,7 @@ <div class="divide"> </div> <div class="entry clickable"> - <a title="<?php echo lang('menu_save_desc') ?>" target="_self" data-type="post" data-action="<?php echo OR_ACTION ?>" data-method="save" data-id="<?php echo OR_ID ?>" data-data="{&quot;action&quot;:&quot;<?php echo OR_ACTION ?>&quot;,&quot;subaction&quot;:&quot;save&quot;,&quot;id&quot;:&quot;<?php echo OR_ID ?>&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> + <a title="<?php echo lang('menu_save_desc') ?>" target="_self" data-type="post" data-action="" data-method="save" data-id="<?php echo OR_ID ?>" data-data="{&quot;action&quot;:&quot;<?php echo OR_ACTION ?>&quot;,&quot;subaction&quot;:&quot;save&quot;,&quot;id&quot;:&quot;<?php echo OR_ID ?>&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/save.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_save'.'')))); ?></span> @@ -46,7 +46,7 @@ </div> <div class="entry clickable"> - <a title="<?php echo lang('menu_saveall_desc') ?>" target="_self" data-type="post" data-action="<?php echo OR_ACTION ?>" data-method="saveall" data-id="<?php echo OR_ID ?>" data-data="{&quot;action&quot;:&quot;<?php echo OR_ACTION ?>&quot;,&quot;subaction&quot;:&quot;saveall&quot;,&quot;id&quot;:&quot;<?php echo OR_ID ?>&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> + <a title="<?php echo lang('menu_saveall_desc') ?>" target="_self" data-type="post" data-action="" data-method="saveall" data-id="<?php echo OR_ID ?>" data-data="{&quot;action&quot;:&quot;<?php echo OR_ACTION ?>&quot;,&quot;subaction&quot;:&quot;saveall&quot;,&quot;id&quot;:&quot;<?php echo OR_ID ?>&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/save.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_saveall'.'')))); ?></span> @@ -55,7 +55,7 @@ </div> <div class="entry clickable filtered on-action-page on-action-file on-action-template on-action-pageelement"> - <a title="<?php echo lang('menu_preview_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="preview" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_preview_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="preview" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/preview.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_preview'.'')))); ?></span> @@ -77,7 +77,7 @@ </div> </div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?> + <?php $if2=($isLoggedIn); if($if2){?> <div class="toolbar-icon menu"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/edit.svg" /> @@ -87,7 +87,7 @@ </div> <div class="dropdown"> <div class="entry clickable filtered on-action-link on-action-folder on-action-page on-action-template on-action-element on-action-file"> - <a title="<?php echo lang('menu_prop_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="prop" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_prop_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="prop" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/prop.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_prop'.'')))); ?></span> @@ -96,7 +96,7 @@ </div> <div class="entry clickable filtered on-action-page on-action-file on-action-folder on-action-pageelement on-action-template"> - <a title="<?php echo lang('menu_pub_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="pub" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_pub_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="pub" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/publish.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_pub'.'')))); ?></span> @@ -105,7 +105,7 @@ </div> <div class="entry clickable filtered on-action-pageelement"> - <a class="entry" title="<?php echo lang('menu_archive_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="archive" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a class="entry" title="<?php echo lang('menu_archive_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="archive" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/archive.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_archive'.'')))); ?></span> @@ -113,8 +113,8 @@ </a> </div> - <div class="entry clickable filtered on-action-folder on-action-link on-action-user on-action-page on-action-file"> - <a title="<?php echo lang('menu_rights_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="rights" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <div class="entry clickable filtered on-action-project on-action-folder on-action-link on-action-user on-action-group on-action-page on-action-file"> + <a title="<?php echo lang('menu_rights_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="rights" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/rights.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_rights'.'')))); ?></span> @@ -122,10 +122,19 @@ </a> </div> + <div class="entry clickable filtered on-action-pageelement on-action-user on-action-group on-action-page on-action-project on-action-projectlist"> + <a title="<?php echo lang('menu_history_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="history" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/history.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_history'.'')))); ?></span> + + </a> + + </div> <div class="divide"> </div> <div class="entry clickable filtered on-action-page"> - <a title="<?php echo lang('menu_changetemplate_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="changetemplate" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_changetemplate_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="changetemplate" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/changetemplate.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_changetemplate'.'')))); ?></span> @@ -133,17 +142,162 @@ </a> </div> + <div class="divide"> + </div> + <div class="entry clickable filtered on-action-user"> + <a title="<?php echo lang('menu_password_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="pw" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/password.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_password'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-language"> + <a title="<?php echo lang('menu_advanced_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="advanced" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/advanced.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_advanced'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-element"> + <a title="<?php echo lang('menu_src_type') ?>" target="_self" data-type="dialog" data-action="" data-method="type" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/type.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_type'.'')))); ?></span> + + </a> + + </div> + <div class="divide"> + </div> + <div class="entry clickable filtered on-action-project on-action-template on-action-page on-action-element on-action-image on-action-file on-action-folder on-action-link on-action-language on-action-model"> + <a title="<?php echo lang('menu_delete_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="remove" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/delete.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_delete'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-template"> + <a title="<?php echo lang('menu_src_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="src" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/src.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_src'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-template"> + <a title="<?php echo lang('menu_order_extension') ?>" target="_self" data-type="dialog" data-action="" data-method="extension" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/extension.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_extension'.'')))); ?></span> + + </a> + + </div> + <div class="divide"> + </div> + <div class="entry clickable filtered on-action-text"> + <a title="<?php echo lang('menu_value_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="value" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/value.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_value'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-folder"> + <a title="<?php echo lang('menu_order_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="order" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/order.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_order'.'')))); ?></span> + + </a> + + </div> + <div class="divide"> + </div> + <div class="entry clickable filtered on-action-file"> + <a title="<?php echo lang('menu_compress_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="compress" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/compress.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_compress'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-file"> + <a title="<?php echo lang('menu_decompress_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="decompress" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/decompress.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_decompress'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-file"> + <a title="<?php echo lang('menu_extract_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="extract" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/extract.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_extract'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-image"> + <a title="<?php echo lang('menu_size_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="size" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/size.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_size'.'')))); ?></span> + + </a> + + </div> + <div class="divide"> + </div> + <div class="entry clickable filtered on-action-project"> + <a title="<?php echo lang('menu_maintenance_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="maintenance" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/maintenance.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_maintenance'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-project"> + <a title="<?php echo lang('menu_export_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="export" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/export.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_export'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable filtered on-action-user on-action-group"> + <a title="<?php echo lang('menu_memberships_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="memberships" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/memberships.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_memberships'.'')))); ?></span> + + </a> + + </div> </div> </div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?> + <?php $if2=($isLoggedIn); if($if2){?> <div class="toolbar-icon projects"> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/project.svg" /> <span class="titletext"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'GLOBAL_PROJECT'.'')))); ?></span> <div class="dropdown"> - <?php $if5=($this->userIsAdmin()); if($if5){?> + <?php $if5=($isAdmin); if($if5){?> <div class="entry clickable"> <a class="entry" target="_self" data-type="post" data-action="start" data-method="administration" data-id="-1" data-data="{&quot;action&quot;:&quot;start&quot;,&quot;subaction&quot;:&quot;administration&quot;,&quot;id&quot;:&quot;-1&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/settings.svg" /> @@ -202,9 +356,9 @@ </div> </div> <?php } ?> - <?php $if2=($this->userIsLoggedIn()); if($if2){?> + <?php $if2=($isLoggedIn); if($if2){?> <div class="toolbar-icon clickable filtered on-action-folder on-action-file on-action-page on-action-link on-action-template on-action-element"> - <a title="<?php echo lang('menu_prop_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="prop" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_prop_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="prop" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/prop.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_prop'.'')))); ?></span> @@ -213,7 +367,7 @@ </div> <div class="toolbar-icon clickable filtered on-action-folder on-action-page on-action-file on-action-pageelement on-action-template"> - <a title="<?php echo lang('menu_pub_desc') ?>" target="_self" data-type="dialog" data-action="<?php echo OR_ACTION ?>" data-method="pub" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <a title="<?php echo lang('menu_pub_desc') ?>" target="_self" data-type="dialog" data-action="" data-method="pub" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--method" title="" src="./themes/default/images/icon/method/publish.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_pub'.'')))); ?></span> @@ -255,7 +409,7 @@ <div class="dropdown"> <div class="entry clickable"> - <a title="<?php echo lang('USER_PROFILE_DESC') ?>" target="_self" data-type="post" data-action="start" data-method="profile" data-id="<?php echo OR_ID ?>" data-data="{&quot;action&quot;:&quot;start&quot;,&quot;subaction&quot;:&quot;profile&quot;,&quot;id&quot;:&quot;<?php echo OR_ID ?>&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> + <a title="<?php echo lang('USER_PROFILE_DESC') ?>" target="_self" data-type="dialog" data-action="profile" data-method="edit" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'profile'.'')))); ?></span> @@ -264,6 +418,24 @@ </div> <div class="entry clickable"> + <a title="<?php echo lang('USER_PROFILE_DESC') ?>" target="_self" data-type="dialog" data-action="profile" data-method="pw" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'password'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable"> + <a title="<?php echo lang('USER_PROFILE_DESC') ?>" target="_self" data-type="dialog" data-action="profile" data-method="mail" data-id="<?php echo OR_ID ?>" href="javascript:void(0);"> + <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/user.svg" /> + + <span class="text"><?php echo nl2br(encodeHtml(htmlentities(lang(''.'mail'.'')))); ?></span> + + </a> + + </div> + <div class="entry clickable"> <a title="<?php echo lang('start') ?>" target="_self" data-type="post" data-action="start" data-method="start" data-id="<?php echo OR_ID ?>" data-data="{&quot;action&quot;:&quot;start&quot;,&quot;subaction&quot;:&quot;start&quot;,&quot;id&quot;:&quot;<?php echo OR_ID ?>&quot;,&quot;token&quot;:&quot;<?php echo token() ?>&quot;,&quot;none&quot;:&quot;0&quot;}"> <img class="image-icon image-icon--action" title="" src="./themes/default/images/icon/action/dashboard.svg" /> diff --git a/themes/default/templates/title/show.tpl.src.xml b/themes/default/templates/title/show.tpl.src.xml @@ -98,7 +98,7 @@ </link> </part> <part - class="entry clickable filtered on-action-folder on-action-link on-action-user on-action-page on-action-file"> + class="entry clickable filtered on-action-project on-action-folder on-action-link on-action-user on-action-group on-action-page on-action-file"> <link type="dialog" title="message:menu_rights_desc" subaction="rights"> <image method="rights" align="left"></image> @@ -106,6 +106,15 @@ </link> </part> + <part + class="entry clickable filtered on-action-pageelement on-action-user on-action-group on-action-page on-action-project on-action-projectlist"> + <link type="dialog" title="message:menu_history_desc" + subaction="history"> + <image method="history" align="left"></image> + <text key="menu_history"></text> + </link> + </part> + <part class="divide" /> <part class="entry clickable filtered on-action-page"> @@ -115,14 +124,136 @@ <text key="menu_changetemplate"></text> </link> </part> + + <part class="divide" /> + + <part class="entry clickable filtered on-action-user"> + <link type="dialog" title="message:menu_password_desc" + subaction="pw"> + <image method="password" align="left"></image> + <text key="menu_password"></text> + </link> + </part> + + <part class="entry clickable filtered on-action-language"> + <link type="dialog" title="message:menu_advanced_desc" + subaction="advanced"> + <image method="advanced" align="left"></image> + <text key="menu_advanced"></text> + </link> + </part> + + <part class="entry clickable filtered on-action-element"> + <link type="dialog" title="message:menu_src_type" + subaction="type"> + <image method="type" align="left"></image> + <text key="menu_type"></text> + </link> + </part> + + <part class="divide" /> + + <part class="entry clickable filtered on-action-project on-action-template on-action-page on-action-element on-action-image on-action-file on-action-folder on-action-link on-action-language on-action-model"> + <link type="dialog" title="message:menu_delete_desc" + subaction="remove"> + <image method="delete" align="left"></image> + <text key="menu_delete"></text> + </link> + </part> + + <part class="entry clickable filtered on-action-template"> + <link type="dialog" title="message:menu_src_desc" + subaction="src"> + <image method="src" align="left"></image> + <text key="menu_src"></text> + </link> + </part> + + <part class="entry clickable filtered on-action-template"> + <link type="dialog" title="message:menu_order_extension" + subaction="extension"> + <image method="extension" align="left"></image> + <text key="menu_extension"></text> + </link> + </part> + + <part class="divide" /> + + <part class="entry clickable filtered on-action-text"> + <link type="dialog" title="message:menu_value_desc" + subaction="value"> + <image method="value" align="left"></image> + <text key="menu_value"></text> + </link> + </part> + + <part class="entry clickable filtered on-action-folder"> + <link type="dialog" title="message:menu_order_desc" + subaction="order"> + <image method="order" align="left"></image> + <text key="menu_order"></text> + </link> + </part> + + <part class="divide" /> + + <part class="entry clickable filtered on-action-file"> + <link type="dialog" title="message:menu_compress_desc" + subaction="compress"> + <image method="compress" align="left"></image> + <text key="menu_compress"></text> + </link> + </part> + <part class="entry clickable filtered on-action-file"> + <link type="dialog" title="message:menu_decompress_desc" + subaction="decompress"> + <image method="decompress" align="left"></image> + <text key="menu_decompress"></text> + </link> + </part> + <part class="entry clickable filtered on-action-file"> + <link type="dialog" title="message:menu_extract_desc" + subaction="extract"> + <image method="extract" align="left"></image> + <text key="menu_extract"></text> + </link> + </part> + <part class="entry clickable filtered on-action-image"> + <link type="dialog" title="message:menu_size_desc" + subaction="size"> + <image method="size" align="left"></image> + <text key="menu_size"></text> + </link> + </part> + + + <part class="divide" /> + + <part class="entry clickable filtered on-action-project"> + <link type="dialog" title="message:menu_maintenance_desc" + subaction="maintenance"> + <image method="maintenance" align="left"></image> + <text key="menu_maintenance"></text> + </link> + </part> + <part class="entry clickable filtered on-action-project"> + <link type="dialog" title="message:menu_export_desc" + subaction="export"> + <image method="export" align="left"></image> + <text key="menu_export"></text> + </link> + </part> + <part class="entry clickable filtered on-action-user on-action-group"> + <link type="dialog" title="message:menu_memberships_desc" + subaction="memberships"> + <image method="memberships" align="left"></image> + <text key="menu_memberships"></text> + </link> + </part> </part> </part> </if> - <!-- <part class="history"> <image icon="history" align="left"></image> - <text key="history" maxlength="20"></text> <part class="dropdown"> <text - raw=""></text> </part> </part> --> - <!-- Menü: Projekt --> <if true="var:isLoggedIn">