1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/modals/modal.image_crop.tpl
2014-04-28 17:34:54 +07:00

19 lines
571 B
Smarty

{**
* Ресайз загруженного изображения
*
* @styles css/modals.css
*}
{extends 'components/modal/modal.tpl'}
{block name='modal_id'}modal-image-crop{/block}
{block name='modal_class'}modal-image-crop js-modal-default{/block}
{block name='modal_title'}{$aLang.uploadimg}{/block}
{block name='modal_content'}
<img src="{$sImageSrc|escape:'html'}" alt="" class="js-image-crop">
{/block}
{block name='modal_footer_begin'}
<button type="submit" class="button button-primary js-ajax-image-crop-submit">{$aLang.common.save}</button>
{/block}