Sha256: 55f3d5dd11866813704ffdd46b072e5a1cacfa90527f635e7dd6926dc6473df3
Contents?: true
Size: 800 Bytes
Versions: 27
Compression:
Stored size: 800 Bytes
Contents
<div id="<%= "cb_item_#{list_page_select.id}" %>" class="cb_item" style="width: 148px; overflow: hidden; margin: 2px; float: left; cursor: pointer" onclick="$('page_browser_selection').value = '/<%= list_page_select.path %>'; setTimeout('cbSelectItem(\'' + this.id + '\', <%= @page_level %>, \'<%=raw url_for :action => 'list_pages_select', :level => @page_level + 1, :parent_id => list_page_select.id, :authenticity_token => form_authenticity_token.to_s %>\');', 200);" ondblclick=""> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top"><img src="/assets/management/icon_page.gif" style="margin: 2px 5px 0 0; "/></td> <td<%= list_page_select.published_version >= 0 ? '' : ' style="color: gray"' %>><%= list_page_select.name %></td> </tr> </table> </div>
Version data entries
27 entries across 27 versions & 1 rubygems