Changeset 1338:e1db18007775
- Timestamp:
- 08/12/13 13:55:32 (12 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1336 r1338 1118 1118 table.settings, table.prefs { 1119 1119 width: 80%; 1120 border: 1px solid #999; 1121 margin-bottom: 3em; 1122 } 1123 table.settings th, table.prefs th { 1124 background: #eef; 1120 1125 } 1121 1126 table.settings th:first-child, table.prefs th:first-child { … … 1131 1136 width: 40%; 1132 1137 } 1133 1134 1138 td.status { 1135 1139 vertical-align: middle; … … 1170 1174 padding-left: 15px; 1171 1175 } 1172 1173 1176 /* ----------------------------------------------------------------- FORMS */ 1174 1177 form { -
locales/fr/plugins.po
r1335 r1338 1919 1919 msgid "Settings for %s" 1920 1920 msgstr "Réglages pour %s" 1921 1922 msgid "User preferences" 1923 msgstr "Préférences utilisateur" 1924 1925 msgid "Global preferences" 1926 msgstr "Préférences globales" 1927 -
plugins/aboutConfig/index.php
r1334 r1338 97 97 <title>about:config</title> 98 98 <?php echo dcPage::jsPageTabs($part); ?> 99 <style type="text/css"> 100 table.settings { border: 1px solid #999; margin-bottom: 2em; } 101 table.settings th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; } 102 </style> 103 <script type="text/javascript"> 99 <script type="text/javascript"> 104 100 //<![CDATA[ 105 101 $(function() { -
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.