예제 #1
0
파일: add.php 프로젝트: faosclass/gz_news
?>
</div>
					<div class="form-controls">
						<input type="file" name="image" value="" />
					</div>
					<?php 
if (!empty($images)) {
    ?>
						<div class="form-controls">
							<img class="preview_new_thumb" src="<?php 
    echo $images['thumb'];
    ?>
">
							<div class="imageActionLinks">
								<a href="<?php 
    echo GzNewsUtils::getActionDeleteImageUrl($item_id);
    ?>
" class="btn btn-mini btn-orange" onclick="return confirm('<?php 
    _e('Do you really want to clear the image?', 'gz_news');
    ?>
');"><?php 
    _e('Clean', 'gz_news');
    ?>
</a>
							</div>
						</div>

					<?php 
}
?>
				</div>