Sha256: 8dbfa1f8bb30dbb65399485e0224d10bb70fcb2e7ca52b400a4b4a1dea38e3b4

Contents?: true

Size: 1.1 KB

Versions: 49

Compression:

Stored size: 1.1 KB

Contents

<form id='wym_dialog_form' class='wym_dialog wym_dialog_<%= @dialog_type %>'>
  <input type='hidden' id='wym_dialog_type' class='wym_dialog_type' value='<%= @dialog_type %>' />
  <iframe src='<%= @iframe_src %>' id='dialog_frame' frameborder='0' marginheight='0' marginwidth='0' border='0'></iframe>
  <div class='wym_hideables'>
  <% if @dialog_type == "image" %>
    <input type='hidden' id='wym_src' class='wym_src' value='' />
    <input type='hidden' id='wym_alt' class='wym_alt' value='' />
    <input type='hidden' id='wym_title' class='wym_title' value='' />
    <input type='hidden' id='wym_size' class='wym_size' value='' />
  <% elsif @dialog_type == "link" %>
    <input type='hidden' id='wym_href' class='wym_href' value='' />
    <input type='hidden' id='wym_title' class='wym_title' value='' />
    <input type='hidden' id='wym_target' class='wym_target' value='' />
  <% end %>

    <input id='wym_dialog_submit' class='wym_submit submit_dialog button' type='button' value='<%= t('.save') %>' />
    <a id='wym_dialog_cancel' href='' class='wym_cancel close_dialog button'><%= t('.cancel') %></a>
  </div>
</form>

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
refinerycms-core-2.1.5 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.1.4 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.1.3 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.1.2 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.1.1 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.1.0 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.10 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.9 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.8 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.7 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.6 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.5 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-1.0.11 app/views/admin/dialogs/show.html.erb
refinerycms-core-2.0.4 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.3 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.2 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-1.0.10 app/views/admin/dialogs/show.html.erb
refinerycms-core-2.0.1 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-2.0.0 app/views/refinery/admin/dialogs/show.html.erb
refinerycms-core-1.0.9 app/views/admin/dialogs/show.html.erb