summaryrefslogtreecommitdiff
path: root/templates/list_topics.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-11-22 12:33:57 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-11-22 12:33:57 +0000
commit536f8fd0a8070e0debfbaf1ecab80e7713cbd291 (patch)
tree33ecb28bb72d17d2f7cebf8af6e98d8b3b9bf829 /templates/list_topics.tpl
parent2e982fdc8e93a314afb920065d21ae037a1a9e89 (diff)
downloadboards-536f8fd0a8070e0debfbaf1ecab80e7713cbd291.tar.gz
boards-536f8fd0a8070e0debfbaf1ecab80e7713cbd291.tar.bz2
boards-536f8fd0a8070e0debfbaf1ecab80e7713cbd291.zip
various fixes - XHMTL compliance - js cleanup...
Diffstat (limited to 'templates/list_topics.tpl')
-rw-r--r--templates/list_topics.tpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index 05c4ba0..8382d92 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.2 2006/10/05 14:18:52 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.3 2006/11/22 12:33:57 squareing Exp $ *}
{strip}
<div class="listing bitboard">
<div class="floaticon">
@@ -105,7 +105,7 @@
{*smartlink ititle="Edit" ifile="edit.php" ibiticon="liberty/edit" board_id=$thread.board_id*}
<a onclick="
document.getElementById('move_block_{$thread.th_thread_id|escape:"url"}').style['display']='inline';
- var url = '{$smarty.const.BITBOARDS_PKG_URL}ajax.php?req=1&seq=' + new Date().getTime();
+ var url = '{$smarty.const.BITBOARDS_PKG_URL}ajax.php?req=1&amp;seq=' + new Date().getTime();
var element = 'move_{$thread.th_thread_id|escape:"url"}';
var params = null;
{literal}
@@ -136,8 +136,9 @@
{if $gBitUser->hasPermission( 'p_bitboards_edit' )}
<br />
<div style="display:none;" id="move_block_{$thread.th_thread_id|escape:"url"}">
- Move to: <select onchange="window.location=('{$smarty.const.BITBOARDS_PKG_URL}topic_move.php?t={$thread.th_thread_id|escape:"url"}&target='+
+ Move&nbsp;to:&nbsp;<select onchange="window.location=('{$smarty.const.BITBOARDS_PKG_URL}topic_move.php?t={$thread.th_thread_id|escape:"url"}&amp;target='+
document.getElementById('move_{$thread.th_thread_id|escape:"url"}').value);" id="move_{$thread.th_thread_id|escape:"url"}">
+ <option></option>
</select>
</div>
{/if}