Changeset 2568680
- Timestamp:
- 07/21/2021 02:48:36 AM (5 years ago)
- File:
-
- 1 edited
-
grab-ar/trunk/views/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grab-ar/trunk/views/settings.php
r2568675 r2568680 103 103 <form onchange="GrabAR_SubmitMsg();" name="GrabAR_SettingsForm" action="options-general.php?page=<?php echo $this->plugin->name; ?>" method="post"> 104 104 <p> 105 <label for="grabar_product_url"><?php esc_html_e( 'Overwrite Product URL', 'grabar' ); ?></label><br> 106 <input type="text" id="grabar_product_url" name="grabar_product_url" class="widefat" style="width:100%;" value="<?php echo $this->settings['grabar_product_url']; ?>"><br> 107 <div class="subText"><?php 108 esc_html_e( 'By default, the View Details in the GRAB AR App points to the Image source link. Only change if you want to specify another link', 'grabar' ); 109 ?></div></p> 105 <label for="grabar_product_url"><?php esc_html_e( 'Overwrite Product URL', 'grabar' ); ?></label> 106 <input type="text" id="grabar_product_url" name="grabar_product_url" class="widefat" style="width:500px;" value="<?php echo $this->settings['grabar_product_url']; ?>"> 107 <br><?php 108 esc_html_e( 'By default, the View Details in the GRAB AR App points to the Image source link. Only change if you want to specify another link', 'grabar' ); 109 ?> 110 </p> 110 111 <p> 111 112 <label for="grabar_side_button"><strong><?php esc_html_e( 'Use Sticky Side Button', 'grabar' ); ?></strong></label>
Note: See TracChangeset
for help on using the changeset viewer.