Changeset 1293:529fcee6cbcd
- Timestamp:
- 08/04/13 20:54:15 (10 years ago)
- Branch:
- default
- Location:
- plugins/userPref
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/_admin.php
r1179 r1293 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 13 14 $_menu[' Plugins']->addItem('user:preferences','plugin.php?p=userPref','index.php?pf=userPref/icon.png',14 $_menu['System']->addItem('user:preferences','plugin.php?p=userPref','index.php?pf=userPref/icon.png', 15 15 preg_match('/plugin.php\?p=userPref(&.*)?$/',$_SERVER['REQUEST_URI']), 16 16 $core->auth->isSuperAdmin()); -
plugins/userPref/index.php
r1179 r1293 96 96 table.prefs { border: 1px solid #999; margin-bottom: 2em; } 97 97 table.prefs th { background: #f5f5f5; color: #444; padding-top: 0.3em; padding-bottom: 0.3em; } 98 p.anchor-nav {float: right; }99 98 </style> 100 99 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.