Changeset 1294:303391778b33 for plugins/aboutConfig/index.php
- Timestamp:
- 08/04/13 20:56:19 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1179 r1294 100 100 table.settings { border: 1px solid #999; margin-bottom: 2em; } 101 101 table.settings th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; } 102 p.anchor-nav {float: right; }103 102 </style> 104 103 <script type="text/javascript"> … … 128 127 } 129 128 ?> 130 <h2><?php echo html::escapeHTML($core->blog->name); ?> › <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'); ?> › <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 135 135 $table_header = '<table class="settings" id="%s"><caption>%s</caption>'. 136 136 '<thead>'.
Note: See TracChangeset
for help on using the changeset viewer.