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

This commit is contained in:
zero 2007-02-15 14:53:42 +00:00
parent 07378c8fe2
commit 6a3dd1cf28

View file

@ -95,7 +95,7 @@
<!-- 버튼 -->
<div>
<!--@if($grant->write_document)-->
<a href="{getUrl('act','dispWriteForm','document_srl','')}">[{$lang->cmd_write}]</a>
<a href="{getUrl('act','dispWrite','document_srl','')}">[{$lang->cmd_write}]</a>
<!--@end-->
</div>
@ -103,7 +103,7 @@
<!-- 검색 -->
<div>
<form action="./" method="get" onsubmit="return procFormFilter(this, search, procSearch)">
<form action="./" method="get" onsubmit="return procFilter(this, search)">
<input type="hidden" name="mid" value="{$mid}" />
<select name="search_target">
<!--@foreach($search_option as $key => $val)-->