Plugin Directory

Changeset 2046409


Ignore:
Timestamp:
03/08/2019 06:54:42 AM (7 years ago)
Author:
callsheet
Message:

upgraded plugin with solved issues

Location:
callsheet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • callsheet/trunk/README.txt

    r2021147 r2046409  
    66Tested up to: 4.9
    77Requires PHP: 7.0
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656== Changelog ==
    5757
     58= 1.0.2 =
     59* Issue solved: in autocomplete of On Screen.
     60
    5861= 1.0.1 =
    5962* You can set how many records you want to display on frontend.
     
    6568== Upgrade Notice ==
    6669
     70= 1.0.2 =
     71Upgrade the changes to work with issues solved.
     72
    6773= 1.0.1 =
    6874Upgrade the changes to work with this plugin efficiently.
  • callsheet/trunk/callsheet.php

    r2029178 r2046409  
    21402140                                     
    21412141                                      <div class="form-group col-md-6">
    2142                                           <label class="control-label col-sm-4" for="description"><?php _e('Description', 'callsheet'); ?> :</label>
     2142                                          <label class="control-label col-sm-4" for="description"><?php _e('Awards', 'callsheet'); ?> :</label>
    21432143                                          <div class="col-sm-8">
    21442144                                              <textarea  class="form-control" rows="2" id="description" placeholder="" name="description"><?php echo stripslashes($result->description); ?></textarea>
     
    21972197
    21982198                                      </div>
    2199                                      
     2199                                      <div class="row">
     2200                                          <div class="form-group col-md-6">
     2201                                              <label class="control-label col-sm-4" for="description_main"><?php _e('Description', 'callsheet'); ?> :</label>
     2202                                              <div class="col-sm-8">
     2203                                                  <textarea  class="form-control" rows="2" id="description_main" placeholder="" name="description_main"><?php echo stripslashes($result->description_main); ?></textarea>
     2204                                              </div>
     2205                                          </div>
     2206                                      </div>
    22002207                                     
    22012208                                  </form>
Note: See TracChangeset for help on using the changeset viewer.