Changeset 3896
- Timestamp:
- 09/19/11 18:30:09 (8 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
gui/client/dns_edit.php (modified) (1 diff)
-
gui/themes/omega/admin/admin_log.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r3894 r3896 2 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 3 4 2011-06-17 Markus Szywon 4 2011-09-19 Markus Szywon 5 - GUI: 6 * Fixed: NET_DNS - Wrong path in Client/dns_edit.php 7 * Some small fixes 8 9 2011-09-17 Markus Szywon 5 10 - GUI: 6 11 * Updated Smarty to version 3.0.9 -
trunk/gui/client/dns_edit.php
r3871 r3896 27 27 28 28 require_once '../include/ispcp-lib.php'; 29 require_once '../include/Net/DNS /DNS.php';29 require_once '../include/Net/DNS.php'; 30 30 31 31 check_login(__FILE__); -
trunk/gui/themes/omega/admin/admin_log.tpl
r3775 r3896 26 26 <div class="{$MSG_TYPE}">{$MESSAGE}</div> 27 27 {/if} 28 <h2 class="admin _lod"><span>{$TR_ADMIN_LOG}</span></h2>28 <h2 class="adminlog"><span>{$TR_ADMIN_LOG}</span></h2> 29 29 <table> 30 30 <tr>
Note: See TracChangeset
for help on using the changeset viewer.
