Changeset 943919
- Timestamp:
- 07/06/2014 12:19:28 PM (12 years ago)
- Location:
- easy-responsive-tabs
- Files:
-
- 10 edited
-
tags/2.2/README.txt (modified) (1 diff)
-
tags/2.2/assets/css/bootstrap_admin.min.css (modified) (1 diff)
-
tags/2.2/assets/css/bootstrap_tab.min.css (modified) (2 diffs)
-
tags/2.2/assets/js/tabs_plugin.js (modified) (10 diffs)
-
tags/2.2/easy_res_tab.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/assets/css/bootstrap_admin.min.css (modified) (1 diff)
-
trunk/assets/css/bootstrap_tab.min.css (modified) (2 diffs)
-
trunk/assets/js/tabs_plugin.js (modified) (10 diffs)
-
trunk/easy_res_tab.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-responsive-tabs/tags/2.2/README.txt
r923544 r943919 70 70 == Changelog == 71 71 72 = 2.5 = 73 74 * [Update] new center position option is added 75 * [Fixes] Show blow option is fixed 76 72 77 = 2.4 = 73 78 -
easy-responsive-tabs/tags/2.2/assets/css/bootstrap_admin.min.css
r903949 r943919 1 .form-table{border:1px solid # 9E9EA0; margin-top: 0px;}.form-table th{font-weight:700}#oscitas-form-iconhead .form-table th{width:120px}.form-table tr:nth-child(odd){background:#D6D6D6}.form-table tr:nth-child(even){background:#F0F0F0}.form-table td{border-left:1px solid #AAAAAE;min-width:150px}#oscitas-form-dropdown .form-table td{min-width:184px}.tb_multiple_column th{min-width:150px;border:0 none}.tb_multiple_column,.tb_multiple_column_upper{border:1px solid #C1BCC4!important}.tb_multiple_column thead tr,.tb_multiple_column_upper thead tr{background:none repeat scroll 0 0 #C2C2C2!important}.tb_multiple_column tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column td{border:0 none}.tb_multiple_column_upper tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column_upper tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column_upper td{border:0 none}#osc_thumbnail_upload img,#osc_image_upload img{float:right;height:70px;width:70px}.tb_multiple_column #oscitas-append-dropdownitem{display:block;float:left;height:146px;overflow-x:hidden;overflow-y:auto;width:100%}#oscitas-form-dropdown .tb_multiple_column thead tr{display:block}#oscitas-form-dropdown .tb_multiple_column thead tr{position:relative;background:none repeat scroll 0 0 #D6D6D6!important}#oscitas-form-dropdown .tb_multiple_column thead tr th{background:none repeat scroll 0 0 #C2C2C2!important}.head_division{float:left;font-size:10px;text-align:left;width:42%}.head_division.right{text-align:right}.head_division_check{width:10%}.osc-dialog .ui-dialog-titlebar {background: none repeat scroll 0 0 #292424 !important;} .osc-dialog z-index: 10000 !important;}1 .form-table{border:1px solid #e0e0e0; margin-top: 0px;} #ert-form-restabs #oscitas-table.form-table th{padding:8px;font-weight:700; font-size: 11px; vertical-align: middle; width: 150px;}#oscitas-form-iconhead .form-table th{width:120px}.form-table tr:nth-child(odd){background:#f7f7f7; border: 1px solid #e0e0e0}.form-table tr:nth-child(even){background:#fff}.form-table td{ font-size:12px; border:1px solid #e0e0e0;min-width:150px; padding: 8px;}#oscitas-form-dropdown .form-table td{min-width:184px}.tb_multiple_column th{min-width:150px;border:0 none}.tb_multiple_column,.tb_multiple_column_upper{border:1px solid #e0e0e0 !important}.tb_multiple_column thead tr,.tb_multiple_column_upper thead tr{background:none repeat scroll 0 0 #C2C2C2!important}.tb_multiple_column tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column td{border:0 none}.tb_multiple_column_upper tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column_upper tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column_upper td{border:0 none}#osc_thumbnail_upload img,#osc_image_upload img{float:right;height:70px;width:70px}.tb_multiple_column #oscitas-append-dropdownitem{display:block;float:left;height:146px;overflow-x:hidden;overflow-y:auto;width:100%}#oscitas-form-dropdown .tb_multiple_column thead tr{display:block}#oscitas-form-dropdown .tb_multiple_column thead tr{position:relative;background:none repeat scroll 0 0 #D6D6D6!important}#oscitas-form-dropdown .tb_multiple_column thead tr th{background:none repeat scroll 0 0 #C2C2C2!important}.head_division{float:left;font-size:10px;text-align:left;width:42%}.head_division.right{text-align:right}.head_division_check{width:10%}.osc-dialog .ui-dialog-titlebar {background: none repeat scroll 0 0 #009DDC !important; color: #fff; font-size: 14px; line-height: 30px;} .osc-dialog { z-index: 1000000 !important;} #ert-form-restabs.ui-dialog-content{padding: 10px;} #ert-form-restabs #oscitas-table select { min-width: 190px; } #ert-form-restabs #oscitas-table .wp-picker-holder { position: absolute; z-index: 10; }.osc-dialog .ui-button.ui-dialog-titlebar-close{color: #fff;} .osc-dialog .ui-button.ui-dialog-titlebar-close:hover{color: #f7f7f7;} #ert-form-restabs p.submit{ padding-bottom: 0} -
easy-responsive-tabs/tags/2.2/assets/css/bootstrap_tab.min.css
r920174 r943919 19 19 .osc-res-tab .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;} 20 20 .osc-res-tab .nav>li>a>img{max-width:none;} 21 .osc-res-tab .nav-tabs{border-bottom:1px solid #dddddd;}.osc-res-tab .nav-tabs>li{float:left;margin -bottom:-1px;}.osc-res-tab .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.osc-res-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}21 .osc-res-tab .nav-tabs{border-bottom:1px solid #dddddd;}.osc-res-tab .nav-tabs>li{float:left;margin:0 0 -1px 0;}.osc-res-tab .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.osc-res-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;} 22 22 .osc-res-tab .nav-tabs>li.active>a,.osc-res-tab .nav-tabs>li.active>a:hover,.osc-res-tab .nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;} 23 23 .osc-res-tab.tabs-below .nav-tabs>li.active>a,.osc-res-tab.tabs-below .nav-tabs>li.active>a:hover,.osc-res-tab.tabs-below .nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;margin-top: -2px;} … … 99 99 float:left; 100 100 list-style:none; 101 margin: 0;101 margin:-1px 0; 102 102 padding:0; 103 103 position:relative; 104 104 right:50%; 105 105 } 106 .osc-res-tab.osc-tabs-center > div { 107 border-bottom: 1px solid #DDDDDD; 108 display: inline-block; 109 } 110 .osc-res-tab.osc-tabs-center .nav-tabs { 111 border: medium none; 112 } 113 .osc-res-tab.osc-tabs-right > div { 114 border-bottom: 1px solid #DDDDDD; 115 display: inline-block; 116 } 117 .osc-res-tab.osc-tabs-right .nav-tabs { 118 float: right; 119 border-bottom: medium none; 120 } 121 122 123 124 /*Setting page css*/ 125 .toplevel_page_easy-responsive-tabs .wrap { 126 background: none repeat scroll 0 0 #FFFFFF; 127 border: 1px solid #E0E0E0; 128 padding: 0; 129 } 130 .toplevel_page_easy-responsive-tabs .wrap h2 { 131 border-bottom: 1px solid #E0E0E0; 132 font-size: 18px; 133 padding: 8px; 134 } 135 .toplevel_page_easy-responsive-tabs #ert_setting{ 136 padding: 10px; 137 } 138 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr, 139 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr td, 140 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr th{ 141 border: 1px solid #E0E0E0; 142 padding: 10px; 143 } 144 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr td label{ 145 margin: 0 10px 0 0; 146 font-size: 13px; 147 } -
easy-responsive-tabs/tags/2.2/assets/js/tabs_plugin.js
r920174 r943919 48 48 <tr>\ 49 49 <th><label for="oscitas-restabs-position">Show Tabs Position</label></th>\ 50 <td ><select name="type" id="oscitas-restabs-position">\50 <td colspan="3"><select name="type" id="oscitas-restabs-position">\ 51 51 <option value="">Top</option>\ 52 52 <option value="tabs-below">Bottom</option>\ … … 56 56 <tr>\ 57 57 <th><label for="oscitas-restabs-alignment">Tabs Alignment</label></th>\ 58 <td ><select name="type" id="oscitas-restabs-alignment">\58 <td colspan="3"><select name="type" id="oscitas-restabs-alignment">\ 59 59 <option value="osc-tabs-left" selected="selected">Left</option>\ 60 <option value="osc-tabs-center">center</option>\ 60 61 <option value="osc-tabs-right">Right</option>\ 61 62 </select><br />\ … … 64 65 <tr>\ 65 66 <th><label for="oscitas-restabs-pills">Tabs With Pills</label></th>\ 66 <td >\67 <td colspan="3">\ 67 68 <input type="checkbox" id="oscitas-restabs-pills">\ 68 69 <small>Check this checkbox to show selector on selected tab</small>\ … … 71 72 <tr>\ 72 73 <th><label for="oscitas-restabs-responsive">Make Responsive</label></th>\ 73 <td >\74 <td colspan="3">\ 74 75 <input type="checkbox" id="oscitas-restabs-responsive">\ 75 76 <small>Check this option if you want to make tabs responsive with more button</small>\ … … 78 79 <tr class="responsive_result">\ 79 80 <th><label for="oscitas-restabs-icon">Use Icon</label></th>\ 80 <td >\81 <td colspan="3">\ 81 82 <input type="checkbox" id="oscitas-restabs-icon"> <i class="res_tab_icon"></i>\ 82 83 </td>\ … … 84 85 <tr class="responsive_result">\ 85 86 <th><label for="oscitas-restabs-text">Drop Down Text</label></th>\ 86 <td ><input type="text" name="title" id="oscitas-restabs-text" value="More"/><br />\87 <td colspan="3"><input type="text" name="title" id="oscitas-restabs-text" value="More"/><br />\ 87 88 </td>\ 88 89 </tr>\ 89 90 <tr>\ 90 91 <th><label for="oscitas-restabs-number">Number of Tabs</label></th>\ 91 <td ><input type="text" name="title" id="oscitas-restabs-number" value="4"/><br/>Enter a numeric value, Default is 4</td>\92 <td colspan="3"><input type="text" name="title" id="oscitas-restabs-number" value="4"/> Enter a numeric value, Default is 4</td>\ 92 93 </tr>\ 93 94 <tr>\ … … 95 96 <td> <input type="text" value="" id="oscitas-restabs-tabcolor" class="ert_color_selector" />\ 96 97 </div></td>\ 97 </tr>\98 <tr>\99 98 <th><label for="oscitas-restabs-tabheadcolor">Tab Heading Color</label></th>\ 100 99 <td> <input type="text" value="" id="oscitas-restabs-tabheadcolor" class="ert_color_selector" />\ … … 104 103 <th><label for="oscitas-restabs-seltabcolor">Active Tab Color</label></th>\ 105 104 <td> <input type="text" value="" id="oscitas-restabs-seltabcolor" class="ert_color_selector" /></td>\ 106 </tr>\107 <tr>\108 105 <th><label for="oscitas-restabs-seltabheadcolor">Active Tab Heading Color</label></th>\ 109 106 <td> <input type="text" value="" id="oscitas-restabs-seltabheadcolor" class="ert_color_selector" /></td>\ … … 112 109 <th><label for="oscitas-restabs-tabhovercolor">Tab Hover Color</label></th>\ 113 110 <td> <input type="text" value="" id="oscitas-restabs-tabhovercolor" class="ert_color_selector" /></td>\ 114 </tr>\ 115 <tr>\ 116 <th><label for="oscitas-restabs-contentcolor">Tab Content BG Color</label></th>\ 111 <th><label for="oscitas-restabs-contentcolor">Tab Content BG Color</label></th>\ 117 112 <td> <input type="text" value="" id="oscitas-restabs-contentcolor" class="ert_color_selector" /></td>\ 118 113 </tr>\ 119 114 <tr>\ 120 115 <th><label for="oscitas-restabs-class">Custom Class</label></th>\ 121 <td ><input type="text" name="line" id="oscitas-restabs-class" value=""/><br />\116 <td colspan="3"><input type="text" name="line" id="oscitas-restabs-class" value=""/><br />\ 122 117 </td>\ 123 118 </tr>\ … … 167 162 168 163 if(table.find('#oscitas-restabs-alignment').val()!=''){ 169 position = ' alignment="'+table.find('#oscitas-restabs-alignment').val()+'"';164 position += ' alignment="'+table.find('#oscitas-restabs-alignment').val()+'"'; 170 165 } 171 166 -
easy-responsive-tabs/tags/2.2/easy_res_tab.php
r920174 r943919 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Make bootstrap tabs res. 6 Version: 2. 46 Version: 2.5 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com 9 9 License: Under the GPL v2 or later 10 10 */ 11 define('ERT_VERSION', '2. 4');11 define('ERT_VERSION', '2.5'); 12 12 define('ERT_BASE_URL', plugins_url('',__FILE__)); 13 13 define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/'); -
easy-responsive-tabs/trunk/README.txt
r923544 r943919 70 70 == Changelog == 71 71 72 = 2.5 = 73 74 * [Update] new center position option is added 75 * [Fixes] Show blow option is fixed 76 72 77 = 2.4 = 73 78 -
easy-responsive-tabs/trunk/assets/css/bootstrap_admin.min.css
r903949 r943919 1 .form-table{border:1px solid # 9E9EA0; margin-top: 0px;}.form-table th{font-weight:700}#oscitas-form-iconhead .form-table th{width:120px}.form-table tr:nth-child(odd){background:#D6D6D6}.form-table tr:nth-child(even){background:#F0F0F0}.form-table td{border-left:1px solid #AAAAAE;min-width:150px}#oscitas-form-dropdown .form-table td{min-width:184px}.tb_multiple_column th{min-width:150px;border:0 none}.tb_multiple_column,.tb_multiple_column_upper{border:1px solid #C1BCC4!important}.tb_multiple_column thead tr,.tb_multiple_column_upper thead tr{background:none repeat scroll 0 0 #C2C2C2!important}.tb_multiple_column tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column td{border:0 none}.tb_multiple_column_upper tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column_upper tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column_upper td{border:0 none}#osc_thumbnail_upload img,#osc_image_upload img{float:right;height:70px;width:70px}.tb_multiple_column #oscitas-append-dropdownitem{display:block;float:left;height:146px;overflow-x:hidden;overflow-y:auto;width:100%}#oscitas-form-dropdown .tb_multiple_column thead tr{display:block}#oscitas-form-dropdown .tb_multiple_column thead tr{position:relative;background:none repeat scroll 0 0 #D6D6D6!important}#oscitas-form-dropdown .tb_multiple_column thead tr th{background:none repeat scroll 0 0 #C2C2C2!important}.head_division{float:left;font-size:10px;text-align:left;width:42%}.head_division.right{text-align:right}.head_division_check{width:10%}.osc-dialog .ui-dialog-titlebar {background: none repeat scroll 0 0 #292424 !important;} .osc-dialog z-index: 10000 !important;}1 .form-table{border:1px solid #e0e0e0; margin-top: 0px;} #ert-form-restabs #oscitas-table.form-table th{padding:8px;font-weight:700; font-size: 11px; vertical-align: middle; width: 150px;}#oscitas-form-iconhead .form-table th{width:120px}.form-table tr:nth-child(odd){background:#f7f7f7; border: 1px solid #e0e0e0}.form-table tr:nth-child(even){background:#fff}.form-table td{ font-size:12px; border:1px solid #e0e0e0;min-width:150px; padding: 8px;}#oscitas-form-dropdown .form-table td{min-width:184px}.tb_multiple_column th{min-width:150px;border:0 none}.tb_multiple_column,.tb_multiple_column_upper{border:1px solid #e0e0e0 !important}.tb_multiple_column thead tr,.tb_multiple_column_upper thead tr{background:none repeat scroll 0 0 #C2C2C2!important}.tb_multiple_column tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column td{border:0 none}.tb_multiple_column_upper tbody tr:nth-child(even){background:none repeat scroll 0 0 #D7D7D7!important}.tb_multiple_column_upper tbody tr:nth-child(odd){background:none repeat scroll 0 0 #ECECEC!important}.tb_multiple_column_upper td{border:0 none}#osc_thumbnail_upload img,#osc_image_upload img{float:right;height:70px;width:70px}.tb_multiple_column #oscitas-append-dropdownitem{display:block;float:left;height:146px;overflow-x:hidden;overflow-y:auto;width:100%}#oscitas-form-dropdown .tb_multiple_column thead tr{display:block}#oscitas-form-dropdown .tb_multiple_column thead tr{position:relative;background:none repeat scroll 0 0 #D6D6D6!important}#oscitas-form-dropdown .tb_multiple_column thead tr th{background:none repeat scroll 0 0 #C2C2C2!important}.head_division{float:left;font-size:10px;text-align:left;width:42%}.head_division.right{text-align:right}.head_division_check{width:10%}.osc-dialog .ui-dialog-titlebar {background: none repeat scroll 0 0 #009DDC !important; color: #fff; font-size: 14px; line-height: 30px;} .osc-dialog { z-index: 1000000 !important;} #ert-form-restabs.ui-dialog-content{padding: 10px;} #ert-form-restabs #oscitas-table select { min-width: 190px; } #ert-form-restabs #oscitas-table .wp-picker-holder { position: absolute; z-index: 10; }.osc-dialog .ui-button.ui-dialog-titlebar-close{color: #fff;} .osc-dialog .ui-button.ui-dialog-titlebar-close:hover{color: #f7f7f7;} #ert-form-restabs p.submit{ padding-bottom: 0} -
easy-responsive-tabs/trunk/assets/css/bootstrap_tab.min.css
r920174 r943919 19 19 .osc-res-tab .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;} 20 20 .osc-res-tab .nav>li>a>img{max-width:none;} 21 .osc-res-tab .nav-tabs{border-bottom:1px solid #dddddd;}.osc-res-tab .nav-tabs>li{float:left;margin -bottom:-1px;}.osc-res-tab .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.osc-res-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}21 .osc-res-tab .nav-tabs{border-bottom:1px solid #dddddd;}.osc-res-tab .nav-tabs>li{float:left;margin:0 0 -1px 0;}.osc-res-tab .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.osc-res-tab .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;} 22 22 .osc-res-tab .nav-tabs>li.active>a,.osc-res-tab .nav-tabs>li.active>a:hover,.osc-res-tab .nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;} 23 23 .osc-res-tab.tabs-below .nav-tabs>li.active>a,.osc-res-tab.tabs-below .nav-tabs>li.active>a:hover,.osc-res-tab.tabs-below .nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;margin-top: -2px;} … … 99 99 float:left; 100 100 list-style:none; 101 margin: 0;101 margin:-1px 0; 102 102 padding:0; 103 103 position:relative; 104 104 right:50%; 105 105 } 106 .osc-res-tab.osc-tabs-center > div { 107 border-bottom: 1px solid #DDDDDD; 108 display: inline-block; 109 } 110 .osc-res-tab.osc-tabs-center .nav-tabs { 111 border: medium none; 112 } 113 .osc-res-tab.osc-tabs-right > div { 114 border-bottom: 1px solid #DDDDDD; 115 display: inline-block; 116 } 117 .osc-res-tab.osc-tabs-right .nav-tabs { 118 float: right; 119 border-bottom: medium none; 120 } 121 122 123 124 /*Setting page css*/ 125 .toplevel_page_easy-responsive-tabs .wrap { 126 background: none repeat scroll 0 0 #FFFFFF; 127 border: 1px solid #E0E0E0; 128 padding: 0; 129 } 130 .toplevel_page_easy-responsive-tabs .wrap h2 { 131 border-bottom: 1px solid #E0E0E0; 132 font-size: 18px; 133 padding: 8px; 134 } 135 .toplevel_page_easy-responsive-tabs #ert_setting{ 136 padding: 10px; 137 } 138 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr, 139 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr td, 140 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr th{ 141 border: 1px solid #E0E0E0; 142 padding: 10px; 143 } 144 .toplevel_page_easy-responsive-tabs #ert_setting .form-table tr td label{ 145 margin: 0 10px 0 0; 146 font-size: 13px; 147 } -
easy-responsive-tabs/trunk/assets/js/tabs_plugin.js
r920174 r943919 48 48 <tr>\ 49 49 <th><label for="oscitas-restabs-position">Show Tabs Position</label></th>\ 50 <td ><select name="type" id="oscitas-restabs-position">\50 <td colspan="3"><select name="type" id="oscitas-restabs-position">\ 51 51 <option value="">Top</option>\ 52 52 <option value="tabs-below">Bottom</option>\ … … 56 56 <tr>\ 57 57 <th><label for="oscitas-restabs-alignment">Tabs Alignment</label></th>\ 58 <td ><select name="type" id="oscitas-restabs-alignment">\58 <td colspan="3"><select name="type" id="oscitas-restabs-alignment">\ 59 59 <option value="osc-tabs-left" selected="selected">Left</option>\ 60 <option value="osc-tabs-center">center</option>\ 60 61 <option value="osc-tabs-right">Right</option>\ 61 62 </select><br />\ … … 64 65 <tr>\ 65 66 <th><label for="oscitas-restabs-pills">Tabs With Pills</label></th>\ 66 <td >\67 <td colspan="3">\ 67 68 <input type="checkbox" id="oscitas-restabs-pills">\ 68 69 <small>Check this checkbox to show selector on selected tab</small>\ … … 71 72 <tr>\ 72 73 <th><label for="oscitas-restabs-responsive">Make Responsive</label></th>\ 73 <td >\74 <td colspan="3">\ 74 75 <input type="checkbox" id="oscitas-restabs-responsive">\ 75 76 <small>Check this option if you want to make tabs responsive with more button</small>\ … … 78 79 <tr class="responsive_result">\ 79 80 <th><label for="oscitas-restabs-icon">Use Icon</label></th>\ 80 <td >\81 <td colspan="3">\ 81 82 <input type="checkbox" id="oscitas-restabs-icon"> <i class="res_tab_icon"></i>\ 82 83 </td>\ … … 84 85 <tr class="responsive_result">\ 85 86 <th><label for="oscitas-restabs-text">Drop Down Text</label></th>\ 86 <td ><input type="text" name="title" id="oscitas-restabs-text" value="More"/><br />\87 <td colspan="3"><input type="text" name="title" id="oscitas-restabs-text" value="More"/><br />\ 87 88 </td>\ 88 89 </tr>\ 89 90 <tr>\ 90 91 <th><label for="oscitas-restabs-number">Number of Tabs</label></th>\ 91 <td ><input type="text" name="title" id="oscitas-restabs-number" value="4"/><br/>Enter a numeric value, Default is 4</td>\92 <td colspan="3"><input type="text" name="title" id="oscitas-restabs-number" value="4"/> Enter a numeric value, Default is 4</td>\ 92 93 </tr>\ 93 94 <tr>\ … … 95 96 <td> <input type="text" value="" id="oscitas-restabs-tabcolor" class="ert_color_selector" />\ 96 97 </div></td>\ 97 </tr>\98 <tr>\99 98 <th><label for="oscitas-restabs-tabheadcolor">Tab Heading Color</label></th>\ 100 99 <td> <input type="text" value="" id="oscitas-restabs-tabheadcolor" class="ert_color_selector" />\ … … 104 103 <th><label for="oscitas-restabs-seltabcolor">Active Tab Color</label></th>\ 105 104 <td> <input type="text" value="" id="oscitas-restabs-seltabcolor" class="ert_color_selector" /></td>\ 106 </tr>\107 <tr>\108 105 <th><label for="oscitas-restabs-seltabheadcolor">Active Tab Heading Color</label></th>\ 109 106 <td> <input type="text" value="" id="oscitas-restabs-seltabheadcolor" class="ert_color_selector" /></td>\ … … 112 109 <th><label for="oscitas-restabs-tabhovercolor">Tab Hover Color</label></th>\ 113 110 <td> <input type="text" value="" id="oscitas-restabs-tabhovercolor" class="ert_color_selector" /></td>\ 114 </tr>\ 115 <tr>\ 116 <th><label for="oscitas-restabs-contentcolor">Tab Content BG Color</label></th>\ 111 <th><label for="oscitas-restabs-contentcolor">Tab Content BG Color</label></th>\ 117 112 <td> <input type="text" value="" id="oscitas-restabs-contentcolor" class="ert_color_selector" /></td>\ 118 113 </tr>\ 119 114 <tr>\ 120 115 <th><label for="oscitas-restabs-class">Custom Class</label></th>\ 121 <td ><input type="text" name="line" id="oscitas-restabs-class" value=""/><br />\116 <td colspan="3"><input type="text" name="line" id="oscitas-restabs-class" value=""/><br />\ 122 117 </td>\ 123 118 </tr>\ … … 167 162 168 163 if(table.find('#oscitas-restabs-alignment').val()!=''){ 169 position = ' alignment="'+table.find('#oscitas-restabs-alignment').val()+'"';164 position += ' alignment="'+table.find('#oscitas-restabs-alignment').val()+'"'; 170 165 } 171 166 -
easy-responsive-tabs/trunk/easy_res_tab.php
r920174 r943919 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Make bootstrap tabs res. 6 Version: 2. 46 Version: 2.5 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com 9 9 License: Under the GPL v2 or later 10 10 */ 11 define('ERT_VERSION', '2. 4');11 define('ERT_VERSION', '2.5'); 12 12 define('ERT_BASE_URL', plugins_url('',__FILE__)); 13 13 define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/');
Note: See TracChangeset
for help on using the changeset viewer.