Issue 2045 fixed. Required enable conditions should not to be displayed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11627 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-08 09:28:11 +00:00
parent b1fb2d7fdb
commit fd84b2ae5a
19 changed files with 135 additions and 135 deletions

View file

@ -1,8 +1,7 @@
<!--%import("js/install_admin.js")-->
<!--#include("header.html")-->
<load target="js/install_admin.js" />
<include target="header.html" />
<div id="body">
<!--#include("progress_menu.html")-->
<span class="dummy"></span>
<include target="progress_menu.html" />
<div id="content">
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
@ -28,4 +27,4 @@
</form>
</div>
</div>
<!--#include("footer.html")-->
<include target="footer.html" />