diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-11-30 09:40:59 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-11-30 09:40:59 +0000 |
| commit | 06a81d01af0b26fc6382e9096ea7e5247ee474b1 (patch) | |
| tree | 85431e90c1c0bff9b78531955df4b167c3cd9e7c | |
| parent | d8138fc9db94f211e0e8117acaaef0861db47f09 (diff) | |
| download | pigeonholes-06a81d01af0b26fc6382e9096ea7e5247ee474b1.tar.gz pigeonholes-06a81d01af0b26fc6382e9096ea7e5247ee474b1.tar.bz2 pigeonholes-06a81d01af0b26fc6382e9096ea7e5247ee474b1.zip | |
use correct parameter for help
| -rw-r--r-- | templates/edit_pigeonholes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl index f315307..085cb73 100644 --- a/templates/edit_pigeonholes.tpl +++ b/templates/edit_pigeonholes.tpl @@ -39,7 +39,7 @@ {if $gBitSystem->isFeatureActive('pigeonholes_display_description')} <div class="row"> - {textarea id="pigeonhole-desc" name="pigeonhole[edit]" note="A description of the category. This will be visible when users view this particular category." label="Description"}{$pigeonInfo.data}{/textarea} + {textarea id="pigeonhole-desc" name="pigeonhole[edit]" help="A description of the category. This will be visible when users view this particular category." label="Description"}{$pigeonInfo.data}{/textarea} </div> {/if} |
