Changeset 628574
- Timestamp:
- 11/22/2012 09:01:35 AM (13 years ago)
- File:
-
- 1 edited
-
tinywebdb-api/trunk/menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tinywebdb-api/trunk/menus.php
r624048 r628574 22 22 echo '<table class="form-table">'; 23 23 ?> 24 25 <h3>Controllers</h3> 26 27 <table id="all-plugins-table" class="widefat"> 28 <thead> 29 <tr> 30 <th class="manage-column check-column" scope="col"></th> 31 <th class="manage-column" scope="col">Controller</th> 32 <th class="manage-column" scope="col">Description</th> 33 </tr> 34 </thead> 35 <tfoot> 36 <tr> 37 <th class="manage-column check-column" scope="col"></th> 38 <th class="manage-column" scope="col">Controller</th> 39 <th class="manage-column" scope="col">Description</th> 40 </tr> 41 </tfoot> 42 <tbody class="plugins"> 43 <tr class="active"> 44 <th class="check-column" scope="row"> 45 <input type="checkbox" name="controllers[]" value="core" /> 46 </th> 47 <td class="plugin-title"> 48 <strong>Core</strong> 49 <div class="row-actions-visible"> 50 <a href="options-general.php?page=json-api&action=deactivate&controller=core&_wpnonce=0e3d72a68d" title="Deactivate this controller" class="edit">â~</a> </td> 51 <td class="desc"> 52 <p>Basic introspection methods</p> 53 54 </td> 55 </tr> 56 </tbody> 57 58 <h3>Address</h3> 24 59 25 60 <tr valign="top">
Note: See TracChangeset
for help on using the changeset viewer.