Changeset 925051
- Timestamp:
- 06/02/2014 09:34:30 AM (12 years ago)
- Location:
- ig-pagebuilder/trunk
- Files:
-
- 9 deleted
- 16 edited
-
README.txt (modified) (1 diff)
-
assets/3rd-party/classygradient/css/documentation.css (deleted)
-
assets/3rd-party/classygradient/css/jquery.colorpicker.css (deleted)
-
assets/3rd-party/classygradient/index.html (deleted)
-
assets/3rd-party/classygradient/js/jquery.colorpicker.js (deleted)
-
assets/3rd-party/jquery-fancybox/jquery.easing-1.3.pack.js (deleted)
-
assets/3rd-party/jquery-fancybox/jquery.mousewheel-3.0.4.pack.js (deleted)
-
assets/3rd-party/jquery-livequery (deleted)
-
assets/3rd-party/jquery-ui/js (deleted)
-
assets/innogears/css/addons.css (modified) (2 diffs)
-
assets/innogears/css/form.css (modified) (2 diffs)
-
assets/innogears/css/page_builder.css (modified) (41 diffs)
-
assets/innogears/js/addons.js (modified) (4 diffs)
-
assets/innogears/js/form.js (modified) (1 diff)
-
core/form (deleted)
-
core/gadget/base.php (modified) (1 diff)
-
core/init/admin-menu.php (modified) (3 diffs)
-
core/init/assets.php (modified) (1 diff)
-
core/init/file-system.php (modified) (1 diff)
-
core/init/plugin.php (modified) (1 diff)
-
core/loader.php (modified) (1 diff)
-
core/product/addons.php (modified) (1 diff)
-
core/product/info.php (modified) (3 diffs)
-
core/product/tmpl/addons.php (modified) (1 diff)
-
ig-pagebuilder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ig-pagebuilder/trunk/README.txt
r924105 r925051 61 61 62 62 == Changelog == 63 64 = 2.3.4 = 65 * Removed redundant libraries 63 66 64 67 = 2.3.3 = -
ig-pagebuilder/trunk/assets/innogears/css/addons.css
r923696 r925051 3 3 * @package IG_Library 4 4 * @author InnoGears Team <support@innogears.com> 5 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.5 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 6 6 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 7 7 * … … 26 26 min-width: 16px; 27 27 min-height: 16px; 28 background: url(../../3rd-party/ bs2/jsn/images/icons-16/icon-16-loading-circle.gif) 0 50% no-repeat !important;28 background: url(../../3rd-party/jsn/images/icons-16/icon-16-loading-circle.gif) 0 50% no-repeat !important; 29 29 color: #333333 !important; 30 30 } -
ig-pagebuilder/trunk/assets/innogears/css/form.css
r923696 r925051 3 3 * @package IG_Library 4 4 * @author InnoGears Team <support@innogears.com> 5 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.5 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 6 6 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 7 7 * … … 32 32 left: 0; 33 33 min-height: 32px; 34 background: rgba(255,255,255,.25) url(../../3rd-party/ bs2/jsn/images/icons-32/icon-32-loading-circle.gif) 50% 50% no-repeat !important;34 background: rgba(255,255,255,.25) url(../../3rd-party/jsn/images/icons-32/icon-32-loading-circle.gif) 50% 50% no-repeat !important; 35 35 } 36 36 -
ig-pagebuilder/trunk/assets/innogears/css/page_builder.css
r923696 r925051 16 16 #modalOptions { 17 17 overflow: hidden; 18 display: block!important; 19 max-height: 595px; 18 display: block!important; 20 19 } 21 20 #modalOptions #ig_option_tab { … … 105 104 } 106 105 #modalOptions #preview_container .thumbnail { 107 text-align: center;108 padding: 10px;106 text-align: center; 107 padding: 10px; 109 108 } 110 109 … … 426 425 /* === for sorting Element in Popover === */ 427 426 .ig-add-element .jsn-items-list { 428 position: relative;427 position: relative; 429 428 } 430 429 431 430 .ig-add-element .jsn-items-list li{ 432 width: 32.5% !important;431 width: 32.5% !important; 433 432 } 434 433 435 434 .ig-add-element .jsn-items-list li.full-width { 436 position: absolute;437 top: 0;438 right: 0;439 bottom: 0;440 left: 0;441 width: auto !important;442 height: auto !important;435 position: absolute; 436 top: 0; 437 right: 0; 438 bottom: 0; 439 left: 0; 440 width: auto !important; 441 height: auto !important; 443 442 } 444 443 .ig-add-element .jsn-items-list li.full-width > textarea { 445 width: 100%;446 height: 15em;444 width: 100%; 445 height: 15em; 447 446 } 448 447 .ig-add-element .jsn-items-list li.full-width > button { 449 width: auto;450 outline: 0 !important;448 width: auto; 449 outline: 0 !important; 451 450 } 452 451 /* === Hidden icon of Element in Popover === */ … … 455 454 } 456 455 .ig-add-element .jsn-items-list li.ig-loading { 457 background: url(../images/icons-24/icon-24-loading-circle.gif) 50% 50% no-repeat;456 background: url(../images/icons-24/icon-24-loading-circle.gif) 50% 50% no-repeat; 458 457 } 459 458 .ig-add-element .jsn-items-list li.ig-loading > * { 460 visibility: hidden;459 visibility: hidden; 461 460 } 462 461 … … 475 474 476 475 .ig-add-element .rawshortcode-container { 477 width: 140px;478 margin: 0 auto;476 width: 140px; 477 margin: 0 auto; 479 478 } 480 479 481 480 .ig-add-element .rawshortcode-container button { 482 width: 120px;483 float:left;481 width: 120px; 482 float:left; 484 483 } 485 484 486 485 .ig-add-element .rawshortcode-container i.jsn-icon-loading { 487 display: block !important;488 float:left;489 height: 32px;486 display: block !important; 487 float:left; 488 height: 32px; 490 489 margin-left: 4px; 491 490 } … … 507 506 #ig-widget-form input[type="radio"], #ig-widget-form input[type="checkbox"]{ 508 507 margin: 0; 509 display: inline-block;510 min-height: 16px;508 display: inline-block; 509 min-height: 16px; 511 510 } 512 511 #ig-pbd-loading{ … … 516 515 } 517 516 .jsn-bootstrap3 .jsn-icon32.jsn-icon-loading { 518 background: url("../images/icons-32/icon-32-loading-circle.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;517 background: url("../images/icons-32/icon-32-loading-circle.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important; 519 518 display: inline-block; 520 519 height: 32px; … … 614 613 } 615 614 .jsn-modal-indicator + .jsn-modal-indicator { 616 z-index: 100052;615 z-index: 100052; 617 616 } 618 617 .jsn-modal-overlay + .jsn-modal-overlay { 619 z-index: 100052 !important;618 z-index: 100052 !important; 620 619 } 621 620 .jsn-modal-indicator ~ .ig-dialog { 622 z-index: 100053 !important;621 z-index: 100053 !important; 623 622 } 624 623 /* === REFINE === */ … … 683 682 /* === Premade layout === */ 684 683 #save-as-new-dialog { 685 display: none;684 display: none; 686 685 } 687 686 #save-as-new-dialog .modal-header h3 { … … 694 693 } 695 694 #save-as-new-dialog { 696 margin-left: 500px;695 margin-left: 500px; 697 696 position: fixed; 698 697 width: 500px; … … 794 793 795 794 #ig-pb-custom-css-box .css-files-container { 796 height: 120px;795 height: 120px; 797 796 } 798 797 799 798 #ig-pb-custom-css-box .items-list-edit-content textarea { 800 height: 120px;799 height: 120px; 801 800 } 802 801 803 802 #ig-pb-custom-css-box #custom-css { 804 height: 390px;803 height: 390px; 805 804 } 806 805 #ig-pb-custom-css-box .CodeMirror { 807 border: #ccc solid 1px;808 height: 390px;806 border: #ccc solid 1px; 807 height: 390px; 809 808 } 810 809 811 810 .jsn-master { 812 font-size: 12px;813 line-height: 1.5em;814 font-family: Arial, Helvetica, sans-serif;811 font-size: 12px; 812 line-height: 1.5em; 813 font-family: Arial, Helvetica, sans-serif; 815 814 } 816 815 .jsn-master .ui-dialog .ui-dialog-titlebar-close { … … 818 817 } 819 818 .jsn-bootstrap3 .input-group .form-control { 820 z-index: 0;819 z-index: 0; 821 820 } 822 821 .jsn-bootstrap3 #ig_option_tab { 823 padding: 0.2em 0 0;822 padding: 0.2em 0 0; 824 823 } 825 824 .jsn-bootstrap3 .ui-sortable .ui-state-highlight { … … 831 830 } 832 831 .jsn-bootstrap3 #ig_editor_tabs.nav > li > a:hover, .jsn-bootstrap3 .nav > li > a:focus { 833 border-bottom: 1px solid rgba(0, 0, 0, 0);832 border-bottom: 1px solid rgba(0, 0, 0, 0); 834 833 } 835 834 .jsn-bootstrap3 input[type="text"], .jsn-bootstrap3 input[type="password"], .jsn-bootstrap3 input[type="number"], .jsn-bootstrap3 input[type="search"], .jsn-bootstrap3 input[type="email"], .jsn-bootstrap3 input[type="url"] { … … 854 853 } 855 854 .jsn-bootstrap3 .thumbnail { 856 margin-bottom: 0px;855 margin-bottom: 0px; 857 856 } 858 857 .jsn-bootstrap3 .jsn-tabs .form-group textarea{ … … 868 867 } 869 868 .jsn-bootstrap3 .form .control-group .control-label { 870 text-align: right;869 text-align: right; 871 870 } 872 871 .jsn-bootstrap3 .nav-tabs > .active > a,.jsn-bootstrap3 .nav-tabs > .active > a:hover,.jsn-bootstrap3 .nav-tabs > .active > a:focus { 873 color: #333333;872 color: #333333; 874 873 font-size: 1.1em; 875 874 font-weight: bold; … … 882 881 } 883 882 .jsn-bootstrap3 #ig_editor_tabs { 884 display:table;885 border-bottom: none;883 display:table; 884 border-bottom: none; 886 885 } 887 886 .jsn-bootstrap3 #page-custom-css, .jsn-bootstrap3 #page-template { 888 position: relative;889 z-index: 1;887 position: relative; 888 z-index: 1; 890 889 } 891 890 .jsn-bootstrap3 #form-design-content { 892 border: 1px solid #CCCCCC;893 background-color: #FFFFFF;891 border: 1px solid #CCCCCC; 892 background-color: #FFFFFF; 894 893 border-radius: 6px; 895 894 padding: 15px; … … 902 901 } 903 902 .jsn-bootstrap3 .ig-editor-tab-content { 904 border-top: 1px solid #DDDDDD;903 border-top: 1px solid #DDDDDD; 905 904 } 906 905 .jsn-bootstrap3 .jsn-add-more { … … 963 962 } 964 963 .jsn-bootstrap3 .jsn-row-container { 965 clear:both;966 content: "";964 clear:both; 965 content: ""; 967 966 display: table; 968 967 line-height: 0; 969 margin-bottom: 15px;968 margin-bottom: 15px; 970 969 position: relative; 971 970 } … … 991 990 } 992 991 .jsn-bootstrap3 .jsn-iconbar-trigger { 993 position: relative;992 position: relative; 994 993 } 995 994 .jsn-bootstrap3 .jsn-iconbar-trigger .jsn-iconbar { 996 display: none;997 position: absolute;998 top: 0;999 right: 5px;1000 z-index: 100;995 display: none; 996 position: absolute; 997 top: 0; 998 right: 5px; 999 z-index: 100; 1001 1000 } 1002 1001 .jsn-bootstrap3 .jsn-iconbar-trigger.ui-state-edit .jsn-iconbar, 1003 1002 .jsn-bootstrap3 .jsn-iconbar-trigger:hover .jsn-iconbar { 1004 display: block;1003 display: block; 1005 1004 } 1006 1005 .jsn-bootstrap3 .jsn-iconbar a { 1007 display: inline-block;1006 display: inline-block; 1008 1007 margin: 0; 1009 1008 padding: 5px; 1010 1009 } 1011 1010 .jsn-bootstrap3 .jsn-iconbar a.disabled { 1012 color: #CCCCCC;1011 color: #CCCCCC; 1013 1012 } 1014 1013 .jsn-bootstrap3 .ui-sortable .ui-state-default { … … 1039 1038 } 1040 1039 .jsn-bootstrap3 .jsn-element-container { 1041 min-height: 50px;1040 min-height: 50px; 1042 1041 } 1043 1042 .jsn-bootstrap3 .jsn-element-container .jsn-item { 1044 padding: 10px 10px 10px 0;1043 padding: 10px 10px 10px 0; 1045 1044 } 1046 1045 /* modal */ … … 1084 1083 } 1085 1084 .jsn-bootstrap3 .jsn-item { 1086 min-height: 38px !important;1085 min-height: 38px !important; 1087 1086 } 1088 1087 .ig-add-element .jsn-items-list li { … … 1103 1102 } 1104 1103 .ig-add-element > div.popover { 1105 max-width: 600px !important;1104 max-width: 600px !important; 1106 1105 } 1107 1106 .ig-add-element > div.popover .popover-content { … … 1137 1136 } 1138 1137 .jsn-bootstrap3 #reset-search-btn > .icon-remove { 1139 font-size: 12px;1138 font-size: 12px; 1140 1139 } 1141 1140 .jsn-bootstrap3 .select2-container { … … 1164 1163 } 1165 1164 .jsn-bootstrap3 .input-small { 1166 float: left;1165 float: left; 1167 1166 overflow: hidden; 1168 width: 90px !important;1167 width: 90px !important; 1169 1168 } 1170 1169 .jsn-bootstrap3 .input-mini-inline { … … 1178 1177 } 1179 1178 .jsn-bootstrap3 .jsn-iconselector .jsn-items-list { 1180 margin: 0;1181 padding: 5px;1179 margin: 0; 1180 padding: 5px; 1182 1181 } 1183 1182 .jsn-bootstrap3 .jsn-iconselector .jsn-items-list li { … … 1224 1223 } 1225 1224 .jsn-bootstrap3 .jsn-items-list .jsn-item .checkbox { 1226 padding-top: 3px;1225 padding-top: 3px; 1227 1226 } 1228 1227 .jsn-bootstrap3 .jsn-items-list .jsn-item .jsn-iconbar .element-action-edit { 1229 margin-top: 5px;1228 margin-top: 5px; 1230 1229 } 1231 1230 .jsn-bootstrap3 .controls .jsn-items-list .jsn-item .jsn-item-content { … … 1263 1262 } 1264 1263 .jsn-bootstrap3 .popover-content .select2-container { 1265 max-width: 175px;1264 max-width: 175px; 1266 1265 } 1267 1266 .jsn-bootstrap3 .ui-sortable .jsn-item.ui-state-default { 1268 min-width: 38px;1267 min-width: 38px; 1269 1268 } 1270 1269 .jsn-bootstrap3 #group_elements .jsn-item.ui-state-default { 1271 min-height: 38px !important;1270 min-height: 38px !important; 1272 1271 } 1273 1272 .jsn-bootstrap3 .jsn-items-list-container .jsn-buttonbar { 1274 position: absolute;1273 position: absolute; 1275 1274 right: 25px; 1276 1275 top: 0px; 1277 1276 } 1278 1277 .jsn-bootstrap3 .items-list-edit-content { 1279 clear: both;1278 clear: both; 1280 1279 display: table; 1281 1280 float: left; … … 1299 1298 } 1300 1299 .jsn-bootstrap3 .ig-image-responsive { 1301 height: auto !important;1300 height: auto !important; 1302 1301 max-width: 100%; 1303 1302 } … … 1327 1326 /* list element */ 1328 1327 .jsn-bootstrap3 .select-append .add-on { 1329 float: left;1330 width: auto;1331 line-height: 20px;1328 float: left; 1329 width: auto; 1330 line-height: 20px; 1332 1331 } 1333 1332 /* table element */ 1334 1333 .jsn-bootstrap3 .thumbnail { 1335 margin-bottom: 0px;1334 margin-bottom: 0px; 1336 1335 } 1337 1336 .jsn-bootstrap3 #table_content { … … 1342 1341 } 1343 1342 .jsn-bootstrap3 .jsn-input-large-fluid { 1344 border-right: none;1343 border-right: none; 1345 1344 } 1346 1345 .jsn-bootstrap3 #table_content tr:last-child { … … 1395 1394 } 1396 1395 .jsn-bootstrap3 .ui-dialog-buttonset #selected { 1397 box-shadow: none !important;1398 text-shadow: none !important;1399 background-image: none;1400 background-color: #428BCA;1396 box-shadow: none !important; 1397 text-shadow: none !important; 1398 background-image: none; 1399 background-color: #428BCA; 1401 1400 border: 1px solid #357EBD; 1402 1401 color: #fff; … … 1405 1404 } 1406 1405 .jsn-bootstrap3 .ui-dialog-buttonset #selected:hover { 1407 background-color: #3071a9;1408 color: #fff;1409 background-color: #3276b1;1410 border-color: #285e8e;1406 background-color: #3071a9; 1407 color: #fff; 1408 background-color: #3276b1; 1409 border-color: #285e8e; 1411 1410 } 1412 1411 .jsn-bootstrap3 .ui-dialog-buttonset #close { 1413 box-shadow: none !important;1414 text-shadow: none;1415 background-image: none;1416 background-color: #fff;1412 box-shadow: none !important; 1413 text-shadow: none; 1414 background-image: none; 1415 background-color: #fff; 1417 1416 color: #333; 1418 1417 border: 1px solid #ccc; … … 1427 1426 .jsn-bootstrap3 .ui-dialog-buttonset #close:focus, 1428 1427 .jsn-bootstrap3 .ui-dialog-buttonset #close:active { 1429 color: #333;1430 background-color: #ebebeb;1431 border-color: #adadad;1428 color: #333; 1429 background-color: #ebebeb; 1430 border-color: #adadad; 1432 1431 } 1433 1432 .jsn-bootstrap3 .ui-dialog-buttonset #close:active { 1434 background-image: none;1433 background-image: none; 1435 1434 } 1436 1435 .jsn-bootstrap3 #delete_element { 1437 position: absolute;1438 left: 20px;1439 outline: none;1440 border: 0px;1441 box-shadow: none;1436 position: absolute; 1437 left: 20px; 1438 outline: none; 1439 border: 0px; 1440 box-shadow: none; 1442 1441 } 1443 1442 1444 1443 /* Bootstrap 3 Modal */ 1445 1444 .jsn-bootstrap3 .modal .modal-body { 1446 padding: 15px 10px 0;1445 padding: 15px 10px 0; 1447 1446 } 1448 1447 1449 1448 /* Color Picker */ 1450 1449 .colorpicker { 1451 z-index: 100054;1450 z-index: 100054; 1452 1451 } 1453 1452 /* for jquery-te editor field in modal setting */ 1454 1453 #modalOptions .jqte { 1455 border: 1px solid #ccc;1456 box-shadow: none;1457 margin-top: 0;1458 margin-bottom: 0;1454 border: 1px solid #ccc; 1455 box-shadow: none; 1456 margin-top: 0; 1457 margin-bottom: 0; 1459 1458 } 1460 1459 #modalOptions .jqte .jqte_toolbar { … … 1471 1470 } 1472 1471 #modalOptions .jqte_tool_icon { 1473 background-image: url("../../3rd-party/jquery-te/jquery-te.png");1472 background-image: url("../../3rd-party/jquery-te/jquery-te.png"); 1474 1473 width: 24px; 1475 1474 } 1476 1475 #modalOptions .jqte_tool a { 1477 text-decoration: none;1478 color: #000;1476 text-decoration: none; 1477 color: #000; 1479 1478 } 1480 1479 #modalOptions .jqte_cpalette, … … 1487 1486 } 1488 1487 #modalOptions .jqte_tool.jqte_tool_1 .jqte_tool_label { 1489 height: 22px;1488 height: 22px; 1490 1489 line-height: 10px; 1491 1490 width: 65px; … … 1516 1515 } 1517 1516 #modalOptions .jqte_linkform .jqte_linktypeview { 1518 margin-right: 5px;1517 margin-right: 5px; 1519 1518 } 1520 1519 #modalOptions .jqte_linkform .jqte_linkinput { 1521 max-width: 260px;1522 margin-right: 5px;1520 max-width: 260px; 1521 margin-right: 5px; 1523 1522 } 1524 1523 #modalOptions .jqte_source #param-body { … … 1527 1526 /* for select2 icon conflict jsn-bootstrap 3*/ 1528 1527 #modalOptions .select2-search-choice-close { 1529 background: url("../../3rd-party/jquery-select2/select2.png") no-repeat scroll right top rgba(0, 0, 0, 0)1528 background: url("../../3rd-party/jquery-select2/select2.png") no-repeat scroll right top rgba(0, 0, 0, 0) 1530 1529 } 1531 1530 #modalOptions li, #modalOptions dd { 1532 margin-bottom: 0px;1531 margin-bottom: 0px; 1533 1532 } 1534 1533 #shortcode-content button#copy_to_clipboard { … … 1536 1535 } 1537 1536 #shortcode-content button#copy_to_clipboard .icon-checkmark { 1538 position: absolute;1539 margin-top: 3px;1537 position: absolute; 1538 margin-top: 3px; 1540 1539 } 1541 1540 .select2-container .select2-choice .select2-arrow, … … 1567 1566 /* hide colorpicker when colorpicker.css not add in dom */ 1568 1567 div[id^="collorpicker_"]{ 1569 display: none;1568 display: none; 1570 1569 } 1571 1570 /* override jquery ui style for group-table html field */ 1572 1571 .group-table .jsn-item { 1573 background: none;1574 box-shadow: none;1572 background: none; 1573 box-shadow: none; 1575 1574 } 1576 1575 .group-table .jsn-item:hover { 1577 border: 1px solid #DDDDDD;1576 border: 1px solid #DDDDDD; 1578 1577 } 1579 1578 .group-table .jsn-item .jsn-iconbar { … … 1585 1584 } 1586 1585 .jsn-bootstrap3 #modalOptions .group-table .jsn-item *:before, .jsn-bootstrap3 #modalOptions .group-table .jsn-item *:after, .jsn-bootstrap3 #modalOptions .group-table .jsn-item * { 1587 box-sizing:content-box;1588 -moz-box-sizing:content-box;1586 box-sizing:content-box; 1587 -moz-box-sizing:content-box; 1589 1588 } 1590 1589 1591 1590 #ig_pb_button i{ 1592 width: 17px;1593 display: block;1594 height: 17px;1595 margin-right: 5px;1596 float: left;1597 position: relative;1598 top: 5px;1591 width: 17px; 1592 display: block; 1593 height: 17px; 1594 margin-right: 5px; 1595 float: left; 1596 position: relative; 1597 top: 5px; 1599 1598 } 1600 1599 1601 1600 /* Icon instance in subitem list */ 1602 1601 .jsn-bootstrap3 .jsn-items-list .jsn-item .jsn-item-content [class^="icon-"], .jsn-bootstrap3 .jsn-items-list .jsn-item .jsn-item-content [class*=" icon-"] { 1603 margin-right: 8px;1602 margin-right: 8px; 1604 1603 } 1605 1604 .jsn-bootstrap3 .ig-mini-input { 1606 max-width: 120px;1605 max-width: 120px; 1607 1606 } 1608 1607 .jsn-bootstrap3 #modalOptions .dimension-inline .combo-item { 1609 max-width: 108px;1608 max-width: 108px; 1610 1609 } 1611 1610 .jsn-bootstrap3 .jsn-icon16.jsn-icon-loading { … … 1616 1615 } 1617 1616 .jsn-bootstrap3 #modalOptions .input-group-inline .input-group { 1618 float: left;1619 margin-right: 10px;1620 margin-bottom: 5px;1617 float: left; 1618 margin-right: 10px; 1619 margin-bottom: 5px; 1621 1620 } 1622 1621 .jsn-bootstrap3 #modalOptions .select2-container.input-mini { 1623 margin-right: 10px;1622 margin-right: 10px; 1624 1623 } 1625 1624 .jsn-bootstrap3 #modalOptions .input-select-append .input-group-addon { 1626 margin-left: -15px;1625 margin-left: -15px; 1627 1626 } 1628 1627 .jsn-bootstrap3 #modalOptions .input-select-append .select2-container { 1629 border-right: 1px solid #CCCCCC;1628 border-right: 1px solid #CCCCCC; 1630 1629 } 1631 1630 .jsn-bootstrap3 #modalOptions .input-select-append .select2-container .select2-choice { 1632 margin-right: -2px;1631 margin-right: -2px; 1633 1632 } 1634 1633 .jsn-bootstrap3 #modalOptions .input-append-inline { 1635 width: 115px;1634 width: 115px; 1636 1635 } 1637 1636 .jsn-bootstrap3 #modalOptions .input-append-inline { 1638 width: 115px;1637 width: 115px; 1639 1638 } 1640 1639 .jsn-bootstrap3 #form-design-content .overflow_hidden { 1641 overflow: hidden;1640 overflow: hidden; 1642 1641 } 1643 1642 .jsn-bootstrap3 .ig-slider { 1644 max-height: 12px;1643 max-height: 12px; 1645 1644 } 1646 1645 .jsn-bootstrap3 #modalOptions .group_table .jsn-item .jsn-item-content { 1647 width: 100%;1646 width: 100%; 1648 1647 } 1649 1648 1650 1649 /* Data Conversion Modal */ 1651 1650 #data-conversion-modal { 1652 display: none;1653 margin-left: 500px;1654 position: fixed;1655 width: 500px;1656 top: 10%;1657 z-index: 1050;1651 display: none; 1652 margin-left: 500px; 1653 position: fixed; 1654 width: 500px; 1655 top: 10%; 1656 z-index: 1050; 1658 1657 } 1659 1658 #data-conversion-modal .modal-header h3 { 1660 padding: 0;1661 color: #404040;1662 font-size: 18px;1663 font-weight: bold;1659 padding: 0; 1660 color: #404040; 1661 font-size: 18px; 1662 font-weight: bold; 1664 1663 } 1665 1664 #data-conversion-modal .modal-body input[type="checkbox"] { 1666 margin-top: 1px;1665 margin-top: 1px; 1667 1666 } 1668 1667 #data-conversion-modal .modal-footer span.ig-loading { 1669 padding-left: 20px;1670 background: url(../images/icons-16/icon-16-loading-circle.gif) 0 50% no-repeat;1668 padding-left: 20px; 1669 background: url(../images/icons-16/icon-16-loading-circle.gif) 0 50% no-repeat; 1671 1670 } 1672 1671 1673 1672 .ig-overflow-hidden { 1674 overflow: hidden;1673 overflow: hidden; 1675 1674 } 1676 1675 .jsn-bootstrap3 .item-container-content .jsn-element:hover { 1677 cursor: pointer;1676 cursor: pointer; 1678 1677 } 1679 1678 .jsn-bootstrap3 .item-container-content .jsn-element .element-drag { 1680 width: 26px;1681 height: 37px;1682 position: relative;1683 top: -11px;1684 display: block;1685 float:left;1686 background: url(../images/icons-16/icon-drag-anchor-mini.png) no-repeat scroll 8px center rgba(0, 0, 0, 0);1687 cursor: move;1688 text-decoration: none;1679 width: 26px; 1680 height: 37px; 1681 position: relative; 1682 top: -11px; 1683 display: block; 1684 float:left; 1685 background: url(../images/icons-16/icon-drag-anchor-mini.png) no-repeat scroll 8px center rgba(0, 0, 0, 0); 1686 cursor: move; 1687 text-decoration: none; 1689 1688 } 1690 1689 .jsn-bootstrap3 #group_elements .jsn-element { 1691 padding: 4px 15px 8px 0px;1690 padding: 4px 15px 8px 0px; 1692 1691 } 1693 1692 .jsn-bootstrap3 #group_elements .jsn-element .jsn-item-content { 1694 margin-top: 0px;1695 line-height: 30px;1693 margin-top: 0px; 1694 line-height: 30px; 1696 1695 } 1697 1696 .jsn-bootstrap3 #group_elements .jsn-element .element-drag { 1698 margin-top: 0px;1699 top: -4px;1697 margin-top: 0px; 1698 top: -4px; 1700 1699 } 1701 1700 .jsn-bootstrap3 .ig-display-block { 1702 display: block !important;1701 display: block !important; 1703 1702 } 1704 1703 #modalOptions .ig-preview-container { 1705 margin-top: 5px;1706 padding: 0px;1704 margin-top: 5px; 1705 padding: 0px; 1707 1706 } 1708 1707 #modalOptions .ig-preview-container #ig_overlay_loading{ 1709 border-radius: 4px;1708 border-radius: 4px; 1710 1709 } 1711 1710 #modalOptions .jsn-tabs { 1712 width: 100%;1711 width: 100%; 1713 1712 } 1714 1713 .jsn-bootstrap3 .ui-tabs .ui-tabs-panel { 1715 height: 553px;1716 overflow-y: scroll;1714 height: 553px; 1715 overflow-y: scroll; 1717 1716 } 1718 1717 .ig-link-header { 1719 float:right;1720 margin: 10px;1721 font-weight: normal;1722 font-size: 12px;1723 } 1718 float:right; 1719 margin: 10px; 1720 font-weight: normal; 1721 font-size: 12px; 1722 } -
ig-pagebuilder/trunk/assets/innogears/js/addons.js
r923696 r925051 3 3 * @package IG_Library 4 4 * @author InnoGears Team <support@innogears.com> 5 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.5 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 6 6 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 7 7 * … … 220 220 221 221 // Append `Installed` sticker 222 addon.closest('li'). append('<span class="label label-success">' + self.lang.INSTALLED + '</span>');222 addon.closest('li').children('img').after('<span class="label label-success">' + self.lang.INSTALLED + '</span>'); 223 223 break; 224 224 … … 228 228 229 229 // Remove `Installed` sticker 230 addon.closest('li'). find('.label-success').remove();230 addon.closest('li').children('img').next('.label-success').remove(); 231 231 232 232 // Remove `Update` button … … 314 314 315 315 // Append `Incompatible` sticker 316 addon.closest('li'). append('<span class="label label-danger">' + self.lang.INCOMPATIBLE + '</span>');316 addon.closest('li').children('img').after('<span class="label label-danger">' + self.lang.INCOMPATIBLE + '</span>'); 317 317 318 318 // Show error message -
ig-pagebuilder/trunk/assets/innogears/js/form.js
r923696 r925051 3 3 * @package IG_Library 4 4 * @author InnoGears Team <support@innogears.com> 5 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.5 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 6 6 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 7 7 * -
ig-pagebuilder/trunk/core/gadget/base.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/core/init/admin-menu.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * … … 172 172 if ( ! isset( $entry['position'] ) || empty( $entry['position'] ) ) { 173 173 if ( ! isset( $position ) ) { 174 eval( '$position = 50.' . rand( 100, 1000 ) . ';' );174 $position = 50; 175 175 } else { 176 176 $position++; … … 185 185 ( isset( $entry['function'] ) && ! empty( $entry['function'] ) ) ? $entry['function'] : '', 186 186 ( isset( $entry['icon_url'] ) && ! empty( $entry['icon_url'] ) ) ? $entry['icon_url'] : '', 187 ( isset( $entry['position'] ) && ! empty( $entry['position'] ) ) ? "{$entry['position']}" : "{$position}"187 ( isset( $entry['position'] ) && ! empty( $entry['position'] ) ) ? $entry['position'] : $position 188 188 ); 189 189 } -
ig-pagebuilder/trunk/core/init/assets.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/core/init/file-system.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/core/init/plugin.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/core/loader.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/core/product/addons.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/core/product/info.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * … … 308 308 */ 309 309 protected static function info() { 310 global $pagenow;311 312 310 // Get WordPress's WordPress Filesystem Abstraction object 313 311 $wp_filesystem = IG_Init_File_System::get_instance(); … … 339 337 // Check if we need to get product info from InnoGears.com server 340 338 $refresh = false; 341 342 if ( 'admin.php' == $pagenow && isset( $_GET['page'] ) && preg_match( '/^ig-.+-addons$/', $_GET['page'] ) ) {343 $refresh = true;344 }345 339 346 340 if ( ! $wp_filesystem->is_file( $path ) || self::$cache_time < ( time() - $wp_filesystem->mtime( $path ) ) ) { -
ig-pagebuilder/trunk/core/product/tmpl/addons.php
r923696 r925051 4 4 * @package IG_Library 5 5 * @author InnoGears Team <support@innogears.com> 6 * @copyright Copyright (C) 201 4InnoGears.com. All Rights Reserved.6 * @copyright Copyright (C) 2012 InnoGears.com. All Rights Reserved. 7 7 * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html 8 8 * -
ig-pagebuilder/trunk/ig-pagebuilder.php
r924105 r925051 4 4 * Plugin URI: http://www.innogears.com 5 5 * Description: Awesome content builder for Wordpress websites 6 * Version: 2.3. 36 * Version: 2.3.4 7 7 * Author: InnoGears Team <support@www.innogears.com> 8 8 * Author URI: http://www.wordpress.org/plugins/ig-pagebuilder
Note: See TracChangeset
for help on using the changeset viewer.