Plugin Directory

Changeset 2568680


Ignore:
Timestamp:
07/21/2021 02:48:36 AM (5 years ago)
Author:
grabar
Message:

Settings update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grab-ar/trunk/views/settings.php

    r2568675 r2568680  
    103103                            <form onchange="GrabAR_SubmitMsg();" name="GrabAR_SettingsForm" action="options-general.php?page=<?php echo $this->plugin->name; ?>" method="post">
    104104                                <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                                    &nbsp;&nbsp;&nbsp;<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>
    110111                                <p>
    111112                                    <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.