From 092beddbff38083047799896854ba686871fe727 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Mon, 27 Jun 2011 21:15:33 -0400 Subject: fix check for no_image in edit --- templates/edit_image.tpl | 2 +- templates/edit_image_inc.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/edit_image.tpl b/templates/edit_image.tpl index 940cd92..0d89b8b 100644 --- a/templates/edit_image.tpl +++ b/templates/edit_image.tpl @@ -20,7 +20,7 @@
{formlabel label="Current Image"} {forminput} - {if $gContent->mInfo.storage_path} + {if $gContent->mInfo.thumbnail_url.medium} {$gContent->getTitle()|escape}
diff --git a/templates/edit_image_inc.tpl b/templates/edit_image_inc.tpl index 83c7652..e3f01e1 100644 --- a/templates/edit_image_inc.tpl +++ b/templates/edit_image_inc.tpl @@ -21,7 +21,7 @@
{formlabel label="Current Image"} {forminput} - {if $gContent->mInfo.storage_path} + {if $gContent->mInfo.thumbnail_url.medium} {$gContent->getTitle()|escape}
-- cgit v1.3