Changeset 1519241
- Timestamp:
- 10/21/2016 12:38:22 PM (9 years ago)
- File:
-
- 1 edited
-
review-builder/trunk/com/layouts/Review/save.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
review-builder/trunk/com/layouts/Review/save.php
r1519229 r1519241 1 <?php 1 <?php 2 2 global $sgrb; 3 3 $sgrb->includeStyle('page/styles/jquery-ui-dialog'); … … 36 36 <div class="sgrb-main-template-wrapper"><?php echo (@$sgrbDataArray['template'] != 'post_review') ? @$res : '';?></div> 37 37 <!-- Post review template --> 38 <?php if (SGRB_PRO_VERSION) :?> 38 39 <div class="sgrb-post-template-wrapper"<?php echo (@$sgrbDataArray['template'] == 'post_review') ? '' : ' style="display:none;"';?>> 39 40 <div class="sg-row"> … … 91 92 <?php $checked = '';?> 92 93 <?php $disabled = '';?> 93 94 94 95 <?php $categoryClass = 'sgrb-selected-categories';?> 95 96 <?php if (@$termsArray['id'][$i] == @$sgrbDataArray['woo-category'][$j]) :?> … … 150 151 </div> 151 152 <!-- end--> 153 <?php endif ;?> 152 154 </div> 153 155 </div> … … 202 204 </div> 203 205 </div> 204 </div> 206 </div> 205 207 <div class="sgrb-skin-color"<?php echo (@$sgrbDataArray['rate-type'] == SGRB_RATE_TYPE_POINT) ? ' style="display:none;"' : '' ;?>> 206 208 <p><b><?php echo _e('Rate Skin color', 'sgrb');?>: </b></p> … … 237 239 </div> 238 240 <?php endif;?> 239 241 240 242 <div class="sgrb-total-color-options"> 241 243 <input type="hidden" class="sgrb-show-total" value="<?php echo (@$sgrbDataArray['total-rate']) ? 1 : 0;?>"> … … 331 333 </div> 332 334 </div> 333 335 334 336 <?php endif;?> 335 337 </div> 336 338 </div> 337 339 338 340 </div> 339 341 … … 364 366 </div> 365 367 <div class="sgrb-require-options-fields"> 366 <p><label for=""><input id="" class="sgrb-email-notification-checkbox" value="true" type="checkbox"><?php echo _e('Notify for new comments to this email:', 'sgrb');?></label> 368 <p><label for=""><input id="" class="sgrb-email-notification-checkbox" value="true" type="checkbox"><?php echo _e('Notify for new comments to this email:', 'sgrb');?></label> 367 369 <input class="sgrb-email-notification"></p> 368 370 <p><label for="sgrb-required-login-checkbox"><input id="sgrb-required-login-checkbox" class="sgrb-email-notification-checkbox" type="checkbox"><?php echo _e('Require login for new comments', 'sgrb');?></label> … … 389 391 </div> 390 392 <div class="sgrb-require-options-fields"> 391 <p><label for="sgrb-email-checkbox"><input id="sgrb-email-checkbox" class="sgrb-email-notification-checkbox sgrb-email-hide-show-js" value="true" type="checkbox" name="email-notification-checkbox"<?php echo (@$sgrbDataArray['notify']) ? ' checked' : '';?><?php echo (@$sgrbRevId != 0) ? '' : ' checked';?>><?php echo _e('Notify for new comments to this email:', 'sgrb');?></label> 393 <p><label for="sgrb-email-checkbox"><input id="sgrb-email-checkbox" class="sgrb-email-notification-checkbox sgrb-email-hide-show-js" value="true" type="checkbox" name="email-notification-checkbox"<?php echo (@$sgrbDataArray['notify']) ? ' checked' : '';?><?php echo (@$sgrbRevId != 0) ? '' : ' checked';?>><?php echo _e('Notify for new comments to this email:', 'sgrb');?></label> 392 394 <input class="sgrb-email-notification" type="email" value="<?php echo (@$sgrbRevId != 0) ? @$sgrbDataArray['notify'] : get_option('admin_email');?>" name="email-notification"></p> 393 395 <input class="sgrb-admin-email" type="hidden" value="<?php echo get_option('admin_email') ;?>">
Note: See TracChangeset
for help on using the changeset viewer.