Changeset 1535731
- Timestamp:
- 11/17/2016 03:12:34 PM (9 years ago)
- Location:
- awesome-designer/trunk
- Files:
-
- 4 edited
-
awesome-designer.php (modified) (2 diffs)
-
files/img/interface-admin/tips_creation.png (modified) (previous)
-
includes/front/awesome-master.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awesome-designer/trunk/awesome-designer.php
r1526144 r1535731 2 2 /** 3 3 * @package AWESOME DESIGNER 4 * @version 1.3. 54 * @version 1.3.6 5 5 */ 6 6 /* … … 9 9 Description: The first real web to print product designer plugin 10 10 Author: netfxs 11 Version: 1.3. 511 Version: 1.3.6 12 12 Author URI: http://www.theawesomedesigner.com/ 13 13 */ -
awesome-designer/trunk/includes/front/awesome-master.php
r1526144 r1535731 336 336 337 337 <div id="div_rendu" style="width:100%;margin:auto;margin-top:20px;z-index:10000000;opacity:1;display:none;text-align:center;" > 338 <div id="div_rendu_img" style=" height:<?php if (!$is_mobile) echo '600'; else echo '250'; ?>px;width:50%;margin:auto;margin-top:0px;z-index:10000000;opacity:1;background-repeat:no-repeat;background-size:contain;background-position:center;" >338 <div id="div_rendu_img" style="top: 0;bottom: 100px;position: absolute;display: block;width: 100%; margin:auto;margin-top:0px;z-index:10000000;opacity:1;background-repeat:no-repeat;background-size:contain;background-position:center;" > 339 339 340 340 </div> 341 <div style=" width:100%;margin:auto;text-align:center;margin-top:20px;z-index:10000000;opacity:1;" >341 <div style="position: absolute; bottom: 0;height: 90px; width: 100%;text-align:center;z-index:10000000;opacity:1;" > 342 342 <a href="#" class="greenbutton" onclick="javascript:reload_all();"><?php _e( 'CHANGE', 'woocommerce-awesome-designer');?></a> <a href="#" class="greenbutton" onclick="groovefx();"><?php _e( 'CONFIRM', 'woocommerce-awesome-designer');?></a> 343 343 </div> -
awesome-designer/trunk/readme.txt
r1526144 r1535731 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.6 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 172 172 = 1.3.5 = 173 173 * Bug correction in js for large image product creation 174 = 1.3.6 = 175 * Optimize render display
Note: See TracChangeset
for help on using the changeset viewer.