summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-09-03 10:22:39 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-09-03 10:22:39 +0000
commit7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6 (patch)
tree23194c0a848d55450d45d86c97e36cdf1dbfcbbd /templates
parentfaada9c6252d007a49f21832282f6e913df4a44a (diff)
downloadwiki-7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6.tar.gz
wiki-7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6.tar.bz2
wiki-7988e659fccdaf3b9fbb4d64f001c60a77b0c6b6.zip
synch recent changes from R1 to HEAD
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_wiki.tpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/admin_wiki.tpl b/templates/admin_wiki.tpl
index 3d05032..4a42930 100644
--- a/templates/admin_wiki.tpl
+++ b/templates/admin_wiki.tpl
@@ -279,29 +279,3 @@
{/jstab}
{/jstabs}
{/strip}
-
-{if $gBitSystem->isPackageActive( 'tikiforums' )}
- <div class="boxcontent">
- <form method="post" action="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=wiki">
- <table class="panel"><tr>
- <th colspan="2">{tr}Wiki Discussion{/tr}</th>
- </tr><tr>
- <td width="70%"><label for="feature_wiki_discuss">{tr}Discuss pages on forums{/tr}:</label> </td>
- <td width="30%"><input type="checkbox" name="feature_wiki_discuss" id="feature_wiki_discuss" {if $gBitSystem->mPrefs.feature_wiki_discuss eq 'y'}checked="checked"{/if} /></td>
- </tr><tr>
- <td>{tr}Forum{/tr}:</td>
- <td>
- <select name="wiki_forum">
- {section name=ix loop=$all_forums}
- <option value="{$all_forums[ix].name|escape}" {if $all_forums[ix].name eq $wiki_forum}selected="selected"{/if}>{$all_forums[ix].name}</option>
- {sectionelse}
- <option>{tr}No records found{/tr}</option>
- {/section}
- </select>
- </td>
- </tr><tr class="panelsubmitrow">
- <td colspan="2"><input type="submit" name="wikidiscussprefs" value="{tr}Change preferences{/tr}" /></td>
- </tr></table>
- </form>
- </div>
-{/if}