Plugin Directory

Changeset 1452950


Ignore:
Timestamp:
07/11/2016 08:19:30 PM (9 years ago)
Author:
rootabout
Message:

update to 1.1.2 - completed HTML structure for admin pages

Location:
admin-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin-builder/trunk/admin_builder.php

    r1452899 r1452950  
    44  Plugin URI: http://admin-builder.com
    55  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.1
     6  Version: 1.1.2
    77  Author: rootabout
    88  Author URI: http://admin-builder.com
  • admin-builder/trunk/inc/abCPages.php

    r1449741 r1452950  
    7373        $generalArr = $this->generalArr;
    7474        ?>
     75        <div class="container-fluid">
     76
    7577      <form name="abForm" class="abForm" method="post" action="">
    7678      <?php
     
    193195
    194196</form>
     197</div>
     198</div>
    195199        <?php
    196200
    197     }
     201
     202      }
    198203    }
    199204}
  • admin-builder/trunk/readme.txt

    r1452899 r1452950  
    55Requires at least: 4.0
    66Tested up to: 4.5
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    157157  Added Dynamic Textboxes functionality for custom post types and admin pages. You can create unlimited dynamic text boxes of unlimited dynamic text boxes now.
    158158
     159  = 1.1.1 =
     160  Styled and Completed the admin page HTML & SCSS structure better.
     161
    159162
    160163== Arbitrary section ==
Note: See TracChangeset for help on using the changeset viewer.