Sha256: d389cbc90740ad91210e49e12652d0d249f169ad7c3220f7c303f8761415fa46

Contents?: true

Size: 869 Bytes

Versions: 3

Compression:

Stored size: 869 Bytes

Contents

<script id="fileupload_tmpl" type="text/x-jquery-tmpl">
<div id="asset_${id}" class="gal-item" data-url="${url_content}">
  <% if Ckeditor.can_delete then %>
  <%= link_to image_tag('ckeditor/filebrowser/images/gal_del.png',
    :title => I18n.t('ckeditor.buttons.delete')), 
          "/ckeditor/${controller}/${id}.json", 
          :remote => true,
          :method => :delete, 
          :data => {:confirm => t('ckeditor.confirm_delete')},
          :class => "fileupload-cancel gal-del" %>
  <% end %>
	
	<div class="fileupload-file gal-inner-holder">
		<div class="img"><img src="${url_thumb}" title="${filename}"></div>
		<div class="img-data">
			<div class="img-name">${filename}</div>
			<div class="time-size">
				<div class="time">${format_created_at}</div>
				<div class="fileupload-size size">${size}</div>
			</div>
		</div>
	</div>
</div>
</script>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glebtv-ckeditor-4.6.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.5.10.3 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.5.10.2 app/views/ckeditor/shared/_asset_tmpl.html.erb