Sha256: f5ab22a79c5d2d5f03a47092ad2cbf6e34ef77a3c3fd928028bf6fbda2f3eed7
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
<div class="" style="display:inline;float:left;width: 324px;margin-right: 12px"> <%- @tags[ AssetHost.SIZES.modal ] %> <br/><i>Uploaded at <%= @size %></i> </div> <div class="formtastic"> <button class="admin btn">View in Admin</button> <fieldset> <h3>Asset Metadata (Global)</h3> <ol> <li class="input stringish"> <label for="title" class="label">Title</label> <input id="title" name="title" value="<%= @title %>"> </li> <li class="input stringish"> <label for="owner" class="label">Credit</label> <input id="owner" name="owner" value="<%= @owner %>"> </li> <li class="input text"> <label for="notes" class="label">Notes</label> <textarea id="notes" name="notes" rows=4><%= @notes %></textarea> </li> </ol> </fieldset> </div> <br style="clear:both;line-height: 0"/> <h3 style="margin-top: 0">Story Caption:</h3> <textarea rows="4" style="width: 98%" id="caption"><%= @caption %></textarea> <div class="notice save_caption"> <input type="checkbox" id="save_caption_check"/> Also save caption back to AssetHost for future uses? </div> <div class="alert meta_dirty"> <strong>Note:</strong> Metadata (title, credit, notes) has been changed and will be saved to AssetHost. </div> <button class="save btn btn-primary">Save Caption</button>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asset_host_core-2.0.0.beta | app/assets/javascripts/asset_host_core/templates/edit_modal.jst.eco |