Dotclear

Changeset 1294:303391778b33


Ignore:
Timestamp:
08/04/13 20:56:19 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

About:config moved in System menu and minor html/css adjustment.

Location:
plugins/aboutConfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/_admin.php

    r1179 r1294  
    1212if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    1313 
    14 $_menu['Plugins']->addItem('about:config','plugin.php?p=aboutConfig','index.php?pf=aboutConfig/icon.png', 
     14$_menu['System']->addItem('about:config','plugin.php?p=aboutConfig','index.php?pf=aboutConfig/icon.png', 
    1515          preg_match('/plugin.php\?p=aboutConfig(&.*)?$/',$_SERVER['REQUEST_URI']), 
    1616          $core->auth->isSuperAdmin()); 
  • plugins/aboutConfig/index.php

    r1179 r1294  
    100100  table.settings { border: 1px solid #999; margin-bottom: 2em; } 
    101101  table.settings th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; } 
    102   p.anchor-nav {float: right; } 
    103102  </style> 
    104103     <script type="text/javascript"> 
     
    128127} 
    129128?> 
    130 <h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; <span class="page-title">about:config</span></h2> 
    131  
    132 <div id="local" class="multi-part" title="<?php echo __('blog settings'); ?>"> 
    133  
    134 <?php  
     129<h2><?php echo __('System'); ?> &rsaquo; <span class="page-title">about:config</span></h2> 
     130 
     131<div id="local" class="multi-part" title="<?php echo sprintf(__('Settings for %s'),html::escapeHTML($core->blog->name)); ?>"> 
     132 
     133 
     134<?php 
    135135$table_header = '<table class="settings" id="%s"><caption>%s</caption>'. 
    136136'<thead>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map