1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Path correction and styling fixes

This commit is contained in:
Cameron
2013-04-27 13:16:08 -07:00
parent 80ec0b9b40
commit f6d863e74e
3 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class admin_shortcodes
if (!ADMIN) { return ''; }
return "
<div style='text-align: center'>
<input class='button' type='button' onclick=\"javascript: window.open('".e_ADMIN_ABS."credits.php', 'myWindow', 'status = 1, height = 400, width = 300, resizable = 0')\" value='".LAN_CREDITS."' />
<input class='btn button' type='button' onclick=\"javascript: window.open('".e_ADMIN_ABS."credits.php', 'myWindow', 'status = 1, height = 400, width = 300, resizable = 0')\" value='".LAN_CREDITS."' />
</div>";
}