git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4649 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-20 08:17:41 +00:00
parent 3d25a24b3d
commit 79b867efca
8 changed files with 24 additions and 23 deletions

View file

@ -63,7 +63,7 @@
</tr>
<tr>
<th scope="row"><div>{$lang->admin_mail}</div></th>
<td>{$module_info->admin_mail}</td>
<td>{$module_info->admin_mail}&nbsp;</td>
</tr>
<tr>
<th scope="row"><div>{$lang->description}</div></th>

View file

@ -10,7 +10,7 @@
<thead>
<tr>
<th scope="col"><div>{$lang->grant}</div></th>
<th scope="col" class="wide" colspan="3"><div>{$lang->target}</div></th>
<th scope="col" colspan="3"><div>{$lang->target}</div></th>
</tr>
</thead>
@ -18,7 +18,7 @@
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row"><div>{$val->title}</div></th>
<td>
<td class="wide">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>

View file

@ -47,8 +47,8 @@
{$module_category[$val->module_category_srl]->title}
<!--@end-->
</td>
<td><a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->mid)}</a></td>
<td><a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a></td>
<td><a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}">{htmlspecialchars($val->mid)}</a></td>
<td><a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}">{htmlspecialchars($val->browser_title)}</a></td>
<td class="date center nowrap">{zdate($val->regdate,"Y-m-d")}</td>
<td class="view center"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="copy center"><a href="./?module=module&amp;act=dispModuleAdminCopyModule&amp;module_srl={$val->module_srl}" onclick="popopen(this.href);return false;">{$lang->cmd_copy}</a></td>