summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/create_book.tpl4
-rw-r--r--templates/edit_page.tpl6
-rw-r--r--templates/header_inc.tpl5
-rw-r--r--templates/received_pages.tpl2
4 files changed, 9 insertions, 8 deletions
diff --git a/templates/create_book.tpl b/templates/create_book.tpl
index acff898..587974a 100644
--- a/templates/create_book.tpl
+++ b/templates/create_book.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/create_book.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/create_book.tpl,v 1.2 2005/10/29 17:57:43 squareing Exp $ *}
{strip}
<div class="floaticon">{bithelp}</div>
@@ -21,7 +21,7 @@
<div class="row">
{formlabel label="Table of Contents<br />(optional)" for="chapters"}
{forminput}
- <textarea rows="10" cols="60" name="chapters" id="chapters"></textarea>
+ <textarea rows="10" cols="50" name="chapters" id="chapters"></textarea>
{formhelp note="To enter the table of contents manually, you can add WikiPage names on separate lines. Pages that don't exist will be added automagically and you can edit them later."}
{/forminput}
</div>
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl
index 370ae97..04e44d4 100644
--- a/templates/edit_page.tpl
+++ b/templates/edit_page.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.10 2005/10/12 15:14:13 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/edit_page.tpl,v 1.11 2005/10/29 17:57:43 squareing Exp $ *}
<div class="floaticon">{bithelp}</div>
<div class="edit wiki">
@@ -92,7 +92,7 @@
<div class="row">
{forminput}
- <textarea id="{$textarea_id}" name="edit" rows="{$rows|default:20}" cols="{$cols|default:80}">{$pageInfo.data|escape:html}</textarea>
+ <textarea id="{$textarea_id}" name="edit" rows="{$rows|default:20}" cols="{$cols|default:50}">{$pageInfo.data|escape:html}</textarea>
{/forminput}
</div>
@@ -100,7 +100,7 @@
<div class="row">
{formlabel label="Footnotes" for="footnote"}
{forminput}
- <textarea name="footnote" id="footnote" rows="8" cols="80">{$footnote|escape}</textarea>
+ <textarea name="footnote" id="footnote" rows="8" cols="50">{$footnote|escape}</textarea>
{formhelp note=""}
{/forminput}
</div>
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 705d959..1e50ad1 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,6 +1,7 @@
-{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/header_inc.tpl,v 1.2 2005/10/23 14:44:19 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/header_inc.tpl,v 1.3 2005/10/29 17:57:43 squareing Exp $ *}
{strip}
{if $gBitSystem->isPackageActive( 'rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'wiki' and $gBitUser->hasPermission( 'bit_p_view' )}
- <link rel="alternate" type="application/rss+xml" title="{$siteTitle} - wiki" href="{$smarty.const.WIKI_PKG_URL}wiki_rss.php" />
+ <link rel="alternate" type="application/rss+xml" title="{tr}Wiki{/tr} RSS" href="{$smarty.const.WIKI_PKG_URL}wiki_rss.php?version=rss20" />
+ <link rel="alternate" type="application/rss+xml" title="{tr}Wiki{/tr} ATOM" href="{$smarty.const.WIKI_PKG_URL}wiki_rss.php?version=atom" />
{/if}
{/strip}
diff --git a/templates/received_pages.tpl b/templates/received_pages.tpl
index 814cca4..87e07ff 100644
--- a/templates/received_pages.tpl
+++ b/templates/received_pages.tpl
@@ -22,7 +22,7 @@
</td></tr>
<tr><td>
{tr}Data{/tr}:</td><td>
-<textarea name="data" rows="10" cols="60">{$data|escape}</textarea>
+<textarea name="data" rows="10" cols="50">{$data|escape}</textarea>
</td></tr>
<tr><td>
{tr}Comment{/tr}:</td><td>