Created
July 21, 2009 22:38
-
-
Save m3talsmith/151681 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="content"> | |
<h2> | |
Managing Your Current | |
Fields | |
</h2> | |
<div class="top_pane"> | |
<script type="text/javascript" src="/javascripts/application.js?1248187733"/> | |
<script type="text/javascript" src="/javascripts/filters.js?1248187733"/> | |
<script type="text/javascript" src="/javascripts/jquery.form.js?1246544703"/> | |
</div> | |
<div id="fields" class="grid_form"> | |
<!-- begin item related actions --> | |
<ul class="grid_actions"> | |
<li> | |
Select: | |
</li> | |
<li> | |
<a class="select_all" href="#">All</a> | |
</li> | |
<li> | |
<a class="unselect_all" href="#">None</a> | |
</li> | |
<li> | |
<a class="reverse" href="#">Reverse</a> | |
</li> | |
<li> | |
<select name="multi_item_action_select" class="multi_item_action_select"> | |
<option value="none">More Actions</option> | |
<option value="change_attributes_of_selected"> | |
Change Attributes | |
</option> | |
<option value="clone"> | |
Copy | |
</option> | |
<option value="delete"> | |
Delete | |
</option> | |
<option value="edit"> | |
Edit | |
</option> | |
<option value="archive"> | |
Archive | |
</option> | |
</select> | |
</li> | |
</ul> | |
<!-- /end item related actions --> | |
<table id="fields_table"> | |
<tbody><tr> | |
<th> | |
<input type="checkbox" value="" name="fields-all_ids_checkbox" id="fields-all_ids_checkbox" class="all_ids unchecked"/> | |
</th> | |
<th>Field Name</th> | |
<th>Default Label</th> | |
<th>Field Type</th> | |
<th>Related Collections</th> | |
<th>Activation Status</th> | |
</tr> | |
<tr id="fields-37" class="even"> | |
<td> | |
<input type="checkbox" value="37" name="ids[]" id="fields-checkbox_37" class="unchecked"/> | |
</td> | |
<td> | |
<a class="remote_dialogify" href="/admin/fields/37/edit.js">test</a> | |
</td> | |
<td> | |
</td> | |
<td> | |
textfield | |
</td> | |
<td> | |
0 | |
</td> | |
<td> | |
Deactivated | |
</td> | |
</tr> | |
<tr id="fields-38" class="odd"> | |
<td> | |
<input type="checkbox" value="38" name="ids[]" id="fields-checkbox_38" class="unchecked"/> | |
</td> | |
<td> | |
<a class="remote_dialogify" href="/admin/fields/38/edit.js">test 2</a> | |
</td> | |
<td> | |
</td> | |
<td> | |
textfield | |
</td> | |
<td> | |
0 | |
</td> | |
<td> | |
Deactivated | |
</td> | |
</tr> | |
</tbody></table> | |
<input type="hidden" name="field_ids" id="field_ids"/> | |
<input type="hidden" name="action_type" id="action_type"/> | |
<input type="hidden" name="page" id="page"/> | |
<input type="hidden" value="4558e0849cedb894c22f524a78c75ed258623f6a" name="authenticity_token" id="authenticity_token" class="auth_token"/> | |
<input type="hidden" value="/admin/fields/manage" name="manage_url" id="fields-manage_url" class="manage_url"/> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment