diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-11-22 12:33:57 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-11-22 12:33:57 +0000 |
| commit | 536f8fd0a8070e0debfbaf1ecab80e7713cbd291 (patch) | |
| tree | 33ecb28bb72d17d2f7cebf8af6e98d8b3b9bf829 /templates/list_topics.tpl | |
| parent | 2e982fdc8e93a314afb920065d21ae037a1a9e89 (diff) | |
| download | boards-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.tpl | 7 |
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&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 to: <select onchange="window.location=('{$smarty.const.BITBOARDS_PKG_URL}topic_move.php?t={$thread.th_thread_id|escape:"url"}&target='+ document.getElementById('move_{$thread.th_thread_id|escape:"url"}').value);" id="move_{$thread.th_thread_id|escape:"url"}"> + <option></option> </select> </div> {/if} |
