summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-01-06 19:14:42 +0000
committerChristian Fowler <spider@viovio.com>2007-01-06 19:14:42 +0000
commitb3ec19ce58842b2ae36b1bf053b19af07d6dc3b3 (patch)
treecbde9b314f4b5feb8fe1598b809484d0babea9e0
parenta776051028954993d53ca9607130a7fee2594f7d (diff)
downloadliberty-b3ec19ce58842b2ae36b1bf053b19af07d6dc3b3.tar.gz
liberty-b3ec19ce58842b2ae36b1bf053b19af07d6dc3b3.tar.bz2
liberty-b3ec19ce58842b2ae36b1bf053b19af07d6dc3b3.zip
add ImageMagick to both imagemagick options label
-rw-r--r--templates/admin_liberty.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index 97265ea..0f20752 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -93,7 +93,7 @@
{formfeedback warning='To use MagickWand, you need to install the magickwand php extension. Unix and Windows users can find source code at <a href="http://www.magickwand.org/download/php/">the ImageMagick downloads website.</a>.'}
{/if}
<div class="row">
- {formlabel label="MagickWand" for="wand"}
+ {formlabel label="ImageMagick MagickWand" for="wand"}
{forminput}
<label>
<input type="radio" id="wand" name="image_processor" value="magickwand" {if !$magickwandInstalled}disabled="disabled"{/if} {if $gBitSystem->getConfig('image_processor')=='magickwand'}checked="checked"{/if}/>
@@ -112,7 +112,7 @@
{formfeedback warning='php-imagick is a no longer supported PECL extension for PHP + ImageMagick. We recommend using the much better supported magickwand option above. If you need to install the php-imagick extension, linux users can find RPM files at <a href="http://phprpms.sourceforge.net/imagick">PHPRPMs</a> (or compile a <a href="http://sourceforge.net/project/showfiles.php?group_id=112092&amp;package_id=139307&amp;release_id=292417">source rpm</a>). Windows users can try <a href="http://www.bitweaver.org/builds/php_imagick.dll">this dll</a> however it has not been tested well.'}
{/if}
<div class="row">
- {formlabel label="ImageMagick" for="magick"}
+ {formlabel label="ImageMagick PHP-iMagick" for="magick"}
{forminput}
<label>
<input type="radio" id="magick" name="image_processor" value="imagick" {if !$imagickInstalled}disabled="disabled"{/if} {if $gBitSystem->getConfig('image_processor')=='imagick'}checked="checked"{/if}/>