Changeset 1452950
- Timestamp:
- 07/11/2016 08:19:30 PM (9 years ago)
- Location:
- admin-builder/trunk
- Files:
-
- 3 edited
-
admin_builder.php (modified) (1 diff)
-
inc/abCPages.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-builder/trunk/admin_builder.php
r1452899 r1452950 4 4 Plugin URI: http://admin-builder.com 5 5 Description: A plugin that generates admin panel pages & posts,sidebars,custom admin pages with tabs, custom post types, meta boxes and fields (with unlimited textbox, textarea, checkbox, custom select (dropdown box), datepicker, timepicker, colorpicker, upload media fields, with configurable options) Based on what's exported from http://admin-builder.com 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: rootabout 8 8 Author URI: http://admin-builder.com -
admin-builder/trunk/inc/abCPages.php
r1449741 r1452950 73 73 $generalArr = $this->generalArr; 74 74 ?> 75 <div class="container-fluid"> 76 75 77 <form name="abForm" class="abForm" method="post" action=""> 76 78 <?php … … 193 195 194 196 </form> 197 </div> 198 </div> 195 199 <?php 196 200 197 } 201 202 } 198 203 } 199 204 } -
admin-builder/trunk/readme.txt
r1452899 r1452950 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 157 157 Added Dynamic Textboxes functionality for custom post types and admin pages. You can create unlimited dynamic text boxes of unlimited dynamic text boxes now. 158 158 159 = 1.1.1 = 160 Styled and Completed the admin page HTML & SCSS structure better. 161 159 162 160 163 == Arbitrary section ==
Note: See TracChangeset
for help on using the changeset viewer.