Merge edit_order into edit_base, core libs update
edit_order.php is merged into includes/edit_base and changed to symlink In the CoreLibs Output/Form/Generate - switch all " to ' in strings - add not set init config_array parts if loaded with no includes/table_arrays/ file DB/Extended/ArrayIO - switch all " to ' in strings ACL/Login - swich all missing " strings to ' - not TEMPLATE part is deprecated (but leave load in)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{/if}
|
||||
</head>
|
||||
<body>
|
||||
<table width="{$table_width}" border="0" cellpadding="0" cellspacing="1">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="1">
|
||||
<!-- ERROR MSG START //-->
|
||||
{foreach from=$form_error_msg item=element key=key name=loop}
|
||||
{include file="edit_error_msg.tpl"}
|
||||
|
||||
Reference in New Issue
Block a user