Sha256: ef76c7fbd84a8b9c72652a68035fb7961f540a83dd829444cf90359cca22c68d
Contents?: true
Size: 1.84 KB
Versions: 6
Compression:
Stored size: 1.84 KB
Contents
<div class="files_pending notice"> <p><%= I18n.t('pageflow.editor.templates.publish_entry.files_pending_notice') %></p> <p><a href="#files"><%= I18n.t('pageflow.editor.templates.publish_entry.show_files') %></a></p> </div> <div> <div class="published notice"> <p><%= I18n.t('pageflow.editor.templates.publish_entry.published_notice') %></p> <p><a href="" target="_blank"><%= I18n.t('pageflow.editor.templates.publish_entry.view_revisions') %></a></p> </div> <div class="not_published notice"> <%= I18n.t('pageflow.editor.templates.publish_entry.not_published_notice') %> </div> <h2><%= I18n.t('pageflow.editor.templates.publish_entry.publish_current') %></h2> <div class="radio_input"> <input id="publish_entry_forever" type="radio" name="mode" value="publish_forever"> <label for="publish_entry_forever"><%= I18n.t('pageflow.editor.templates.publish_entry.unlimited') %></label> </div> <div class="radio_input"> <input id="publish_entry_until" type="radio" name="mode" value="publish_until"> <label for="publish_entry_until"><%= I18n.t('pageflow.editor.templates.publish_entry.until_including') %></label> <div class="publish_until_fields disabled"> <label><%= I18n.t('pageflow.editor.templates.publish_entry.date') %> <input type="text" name="publish_until"> </label> <label><%= I18n.t('pageflow.editor.templates.publish_entry.time') %> <input type="text" name="publish_until_time" value="00:00"> </label> </div> </div> <button class="save" disabled><%= I18n.t('pageflow.editor.templates.publish_entry.publish') %></a> </div> <div class="success notice"> <p><%= I18n.t('pageflow.editor.templates.publish_entry.publish_success') %></p> <p><%= I18n.t('pageflow.editor.templates.publish_entry.published_url_hint') %></p> <p><a href="" target="_blank"></a></p> </div>
Version data entries
6 entries across 6 versions & 1 rubygems