diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-23 17:29:57 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-23 17:29:57 +0000 |
| commit | b71dfd54a3106e349bab643d8997b4bd71a6d15e (patch) | |
| tree | bafcb35195dab1088fe2d25eda780cdafc7b0b96 /templates/admin_liberty.tpl | |
| parent | a3bd07cddce1b45811e0122de1502477d57579cc (diff) | |
| download | liberty-b71dfd54a3106e349bab643d8997b4bd71a6d15e.tar.gz liberty-b71dfd54a3106e349bab643d8997b4bd71a6d15e.tar.bz2 liberty-b71dfd54a3106e349bab643d8997b4bd71a6d15e.zip | |
automagically select best image type that's best for the particular upladed file, allow override of file types and use liberty thumbnail fetcher where possible
Diffstat (limited to 'templates/admin_liberty.tpl')
| -rw-r--r-- | templates/admin_liberty.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl index 3f1a266..00b1453 100644 --- a/templates/admin_liberty.tpl +++ b/templates/admin_liberty.tpl @@ -152,6 +152,14 @@ {/forminput} </div> {/foreach} + + <div class="row"> + {formlabel label="Thumbnail Format" for="thumbformat"} + {forminput} + {html_options values=$thumbFormats options=$thumbFormats id=thumbformat name=liberty_thumbnail_format selected=$gBitSystem->getConfig('liberty_thumbnail_format')} + {formhelp note="Every image-type has its pros and cons: jpgs are usually small in size but don't support transparency, gif transparency is limited and pngs can be large. If you let bitweaver select what format to use, we will do our best to pick a sensible filetype based on the format uploaded."} + {/forminput} + </div> {/legend} {/jstab} {/jstabs} |
