change validator message

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-21 11:01:46 +00:00
parent bfa45bfde4
commit 88d86a973c
69 changed files with 109 additions and 91 deletions

View file

@ -1,6 +1,6 @@
<!--#include("./header.html")-->
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p>
<form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procPointAdminInsertConfig" />

View file

@ -2,7 +2,7 @@
<!--#include("header.html")-->
<p>{$lang->point_update_desc}</p>
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p>
<table cellspacing="0" class="crossTable">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>

View file

@ -1,6 +1,6 @@
<!--#include("./header.html")-->
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p>
<form action="./" method="post" id="fo_point">
<input type="hidden" name="act" value="procPointAdminInsertModuleConfig" />