#17633583 * planet에서 document_srl이 있으면 날짜 이동 등이 불가한 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5350 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-01-13 08:14:40 +00:00
parent 67198cc350
commit 55fc9374d5
2 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@
<!--@if($date && !($act=='dispPlanetLogin' || $act=='dispPlanetContentTagSearch' || $act=='dispPlanetTagSearch' || $act=='dispPlanetContentSearch'))-->
<div class="timeNav">
<!--@if($prev_date)-->
<a class="prev" href="{getUrl('date',$prev_date)}" title="{$lang->cmd_prev}">&lt;</a>
<a class="prev" href="{getUrl('date',$prev_date, 'document_srl','')}" title="{$lang->cmd_prev}">&lt;</a>
<!--@else-->
<span class="prev">&lt;</span>
<!--@end-->
@ -41,7 +41,7 @@
<strong>{zdate($date,'d')}</strong>{$lang->unit_day}
(<em>{zdate($date,'l')}</em>)
<!--@if($next_date)-->
<a class="next" href="{getUrl('date',$next_date)}" title="{$lang->cmd_next}">&gt;</a>
<a class="next" href="{getUrl('date',$next_date, 'document_srl','')}" title="{$lang->cmd_next}">&gt;</a>
<!--@else-->
<span class="next">&gt;</span>
<!--@end-->