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

This commit is contained in:
zero 2007-04-18 09:34:19 +00:00
parent 278580cdda
commit 7028e539e1
34 changed files with 227 additions and 194 deletions

View file

@ -1,5 +1,5 @@
<!--%import("filter/manage_checked_document.xml")-->
<!--%import("js/board_admin.js")-->
<!--%import("js/blog_admin.js")-->
<div style="width:400px">
@ -15,10 +15,10 @@
<div><a href="#" onclick="doManageDocument('delete');return false;">{$lang->cmd_delete}</a></div>
<!--@if(count($board_list)>1)-->
<!--@if(count($blog_list)>1)-->
<div>
<select name="target_board">
<!--@foreach($board_list as $key => $val)-->
<select name="target_blog">
<!--@foreach($blog_list as $key => $val)-->
<!--@if($module_srl != $val->module_srl)-->
<option value="{$val->module_srl}">{$val->browser_title} ({$val->mid})</option>
<!--@end-->