Project

General

Profile

« Previous | Next » 

Revision 1009

Added by Matthias almost 15 years ago

-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)

- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)

- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)

View differences:

header.htt
5 5
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7 7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8
<link href="{WB_URL}/include/jquery//jquery-ui.css" rel="stylesheet" type="text/css" />
8 9
{BACKEND_MODULE_CSS}
9
{BACKEND_MODULE_JS}
10
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script>
10
<script src="{WB_URL}/include/editarea/edit_area_full.js" type="text/javascript"></script>
11 11
<script language="javascript" type="text/javascript">
12
function confirm_link(message, url) {
13
	if(confirm(message)) location.href = url;
14
}</script>
12
   function confirm_link(message, url) {
13
	  if(confirm(message)) location.href = url;
14
	    }
15
</script>
15 16
</head>
16 17
<body>
17 18
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">

Also available in: Unified diff