Changeset 2046409
- Timestamp:
- 03/08/2019 06:54:42 AM (7 years ago)
- Location:
- callsheet/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
callsheet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
callsheet/trunk/README.txt
r2021147 r2046409 6 6 Tested up to: 4.9 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 56 56 == Changelog == 57 57 58 = 1.0.2 = 59 * Issue solved: in autocomplete of On Screen. 60 58 61 = 1.0.1 = 59 62 * You can set how many records you want to display on frontend. … … 65 68 == Upgrade Notice == 66 69 70 = 1.0.2 = 71 Upgrade the changes to work with issues solved. 72 67 73 = 1.0.1 = 68 74 Upgrade the changes to work with this plugin efficiently. -
callsheet/trunk/callsheet.php
r2029178 r2046409 2140 2140 2141 2141 <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> 2143 2143 <div class="col-sm-8"> 2144 2144 <textarea class="form-control" rows="2" id="description" placeholder="" name="description"><?php echo stripslashes($result->description); ?></textarea> … … 2197 2197 2198 2198 </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> 2200 2207 2201 2208 </form>
Note: See TracChangeset
for help on using the changeset viewer.