Changeset 1338:e1db18007775 for plugins/userPref
- Timestamp:
- 08/12/13 13:55:32 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r1312 r1338 93 93 <title>user:preferences</title> 94 94 <?php echo dcPage::jsPageTabs($part); ?> 95 <style type="text/css">96 table.prefs { border: 1px solid #999; margin-bottom: 2em; }97 table.prefs th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; }98 </style>99 95 <script type="text/javascript"> 100 96 //<![CDATA[ … … 125 121 <h2><?php echo html::escapeHTML($core->auth->userID()); ?> › <span class="page-title">user:preferences</span></h2> 126 122 127 <div id="local" class="multi-part" title="<?php echo __(' user preferences'); ?>">123 <div id="local" class="multi-part" title="<?php echo __('User preferences'); ?>"> 128 124 129 125 <?php … … 183 179 </div> 184 180 185 <div id="global" class="multi-part" title="<?php echo __(' global preferences'); ?>">181 <div id="global" class="multi-part" title="<?php echo __('Global preferences'); ?>"> 186 182 187 183 <?php
Note: See TracChangeset
for help on using the changeset viewer.