issue 912 add public item option.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10987 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-08-06 11:58:47 +00:00
parent f8cb63a526
commit 2a268b8f37
7 changed files with 41 additions and 14 deletions

View file

@ -37,7 +37,7 @@
<!--@end-->
<!--@end-->
<tr>
<tr cond="$memberInfo['member_srl'] == $logged_info->member_srl || $formInfo->isPublic == 'Y'">
<th scope="row" >{$title} <em cond="$formInfo->required || $formInfo->mustRequired">*</em></th>
<td class="text">{$value}</td>
</tr>