Sha256: e2d5642d925fb19940bf5a7510be1514de736d26ad4324ab69511599d81fffdf

Contents?: true

Size: 360 Bytes

Versions: 9

Compression:

Stored size: 360 Bytes

Contents

<!DOCTYPE html>
<html>
  <%= render :partial => "/admin/head", :locals => {:login => false} %>
  <body id='dialog_container' class='dialog'>
    <div id='tooltip_container'></div>
    <div id="flash_container">
      <%= render :partial => '/shared/message' %>
    </div>
    <div id='content' class='clearfix'>
      <%= yield %>
    </div>
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.8 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.7 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.6 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.5 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.4 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.3 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.2 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb
refinerycms-0.9.8.1 vendor/refinerycms/core/app/views/layouts/admin_dialog.html.erb