Skip to content

Commit

Permalink
refs #1300
Browse files Browse the repository at this point in the history
  * 관련 레이아웃 템플릿 반영
  • Loading branch information
inureyes committed Feb 11, 2010
1 parent 0c974d8 commit dc34309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion interface/owner/entry/line/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dl id="line_[##_id_##]" class="line">
<dt class="date">[##_date_##]</dt>
<dd class="content">[##_content_##]</dd>
<dd class="permalink"><a href="[##_permalink_##]" class="permalink">by [##_root_##]</a></dd>
<dd class="permalink"><a href="[##_permalink_##]" class="permalink">at [##_root_##]</a></dd>
<dd class="delete input-button" onclick="deleteLine('[##_id_##]');return false;"><span class="text">{$d}</span></dd>
</dl>
EOS;
Expand Down
1 change: 1 addition & 0 deletions interface/owner/entry/line/more/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<dl id="line_[##_id_##]" class="line">
<dt class="date">[##_date_##]</dt>
<dd class="content">[##_content_##]</dd>
<dd class="permalink"><a href="[##_permalink_##]" class="permalink">at [##_root_##]</a></dd>
<dd class="delete input-button" onclick="deleteLine('[##_id_##]');return false;"><span class="text">{$d}</span></dd>
</dl>
EOS;
Expand Down

0 comments on commit dc34309

Please # to comment.