diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-16 11:52:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-16 11:52:26 +0000 |
| commit | b2048705c8eef6b795872a5fed5e98927dae6e0f (patch) | |
| tree | 57ce55f856475e48396e8764e26db1ec10dc7914 /templates | |
| parent | bbaf7518b491cd5c34eff633b5da558c427ed3bd (diff) | |
| download | fisheye-b2048705c8eef6b795872a5fed5e98927dae6e0f.tar.gz fisheye-b2048705c8eef6b795872a5fed5e98927dae6e0f.tar.bz2 fisheye-b2048705c8eef6b795872a5fed5e98927dae6e0f.zip | |
use correct smarty function
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/upload_fisheye.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upload_fisheye.tpl b/templates/upload_fisheye.tpl index ee10741..ba8c7d2 100644 --- a/templates/upload_fisheye.tpl +++ b/templates/upload_fisheye.tpl @@ -148,7 +148,7 @@ <div class="row"> {if !$gBitUser->hasPermission( 'p_fisheye_create' )} - {formhelp warning="Please make sure you select a gallery to load your images into, otherwise your images will be discarded"} + {formfeedback warning="Please make sure you select a gallery to load your images into, otherwise your images will be discarded"} {/if} {formlabel label="Add File(s) to these Galleries"} {forminput} |
