openrat-cms

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

commit cfd7688bb01f705a5484ecef72a65d98252a47e1
parent f66cf421ff67ba1303bc3dfd8fb7c3060e7c68b2
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 17 Oct 2012 23:27:27 +0200

Unnötige HTML-Kommentare entfernt, DIVs korrigiert.

Diffstat:
Mthemes/default/layout/perspective/header.php | 24+++---------------------
Mthemes/default/layout/perspective/normal.php | 18------------------
2 files changed, 3 insertions(+), 39 deletions(-)

diff --git a/themes/default/layout/perspective/header.php b/themes/default/layout/perspective/header.php @@ -9,16 +9,12 @@ function view_header( $name ) ?> -<div id="<?php echo $name ?>" data-action="<?php echo $v['action'] ?>" class="frame<?php echo ($v['refreshable']?' refreshable':'') ?><?php echo (@$v['modal']?' modal':'') ?>"> +<div id="<?php echo $name ?>" data-action="<?php echo @$v['action'] ?>" class="frame<?php echo (@$v['refreshable']?' refreshable':'') ?><?php echo (@$v['modal']?' modal':'') ?>"> <div class="window"> <div class="menu"> <div class="views"> -<!-- -<div class="backward_link"><img src="<?php echo OR_THEMES_EXT_DIR ?>default/images/icon/backward_nav.gif"/></div> -<div class="forward_link"><img src="<?php echo OR_THEMES_EXT_DIR ?>default/images/icon/forward_nav.gif"/></div> - --> <ul class="views"> <?php @@ -32,7 +28,7 @@ function view_header( $name ) $liClass = 'action'.($vn==$v['default']?' active':''); $icon_url = OR_THEMES_EXT_DIR.'default/images/icon/'.$vn.'.png'; - ?><li title="<?php echo $tmp_text ?>" data-method="<?php echo $vn ?>" class="<?php echo $liClass?>" title="<?php echo langHtml('menu_'.$vn.'_desc'); ?>"><?php + ?><li data-method="<?php echo $vn ?>" class="<?php echo $liClass?>" title="<?php echo langHtml('menu_'.$vn.'_desc'); ?>"><?php ?><img class="icon" src="<?php echo $icon_url ?>" /><div class="tabname"><?php echo $tmp_text ?></div><?php ?></li><?php } @@ -73,23 +69,9 @@ function view_header( $name ) <!-- Hinweis-Meldungen --> <div class="content"> - <div class="empty" /> + <div class="empty"></div> </div> -<!-- -<div class="bottom"> - <div class="status"> - </div> - <div class="command"> - - <input type="button" class="submit" value="<?php echo lang('BUTTON_OK') ?>" onclick="$(this).closest('div.window').find('form').submit();" /> - <!- - <input type="button" value="<?php echo lang('CANCEL') ?>" /> - -> - </div> -</div> - --> - </div> </div> diff --git a/themes/default/layout/perspective/normal.php b/themes/default/layout/perspective/normal.php @@ -1,20 +1,4 @@ -<!-- -<div id="shortcuts"> -<?php -$icons = @$viewconfig['icons']; -if (false&&!empty($icons)) -{ - foreach( explode(',',$icons) as $name ) - { - echo "<div class=\"shortcut\" title=\"".lang('ACTION_'.$name)."\" onClick=\"javascript:openNewAction('".lang('ACTION_'.$name)."','$name','','');\"><img src=\"".OR_THEMES_EXT_DIR.'/default/images/icon_'.$name.'.png'."\" /></div>"; - } -} -?> - -</div> - --> - <div class="bar" id="navigationbar"> <?php view_header('tree'); @@ -38,5 +22,3 @@ view_header('side'); view_header('bottom'); ?> </div> - -</div>