Plugin Directory

Changeset 1586703


Ignore:
Timestamp:
02/01/2017 06:30:41 PM (9 years ago)
Author:
robby.roboter
Message:

remove short and long description

Location:
redi-restaurant-reservation/branches/newDesign
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • redi-restaurant-reservation/branches/newDesign/redi-restaurant-booking.php

    r1568907 r1586703  
    337337                        'WebAddress' => self::GetPost('WebAddress'),
    338338                        'Lang' => self::GetPost('Lang'),
    339                         'DescriptionShort' => self::GetPost('DescriptionShort'),
    340                         'DescriptionFull' => self::GetPost('DescriptionFull'),
    341339                        'MinTimeBeforeReservation' => self::GetPost('MinTimeBeforeReservation'),
    342340                        'Catalog' => (int)self::GetPost('Catalog'),
     
    557555                    'WebAddress' => self::GetPost('WebAddress'),
    558556                    'Lang' => self::GetPost('Lang'),
    559                     'DescriptionShort' => self::GetPost('DescriptionShort'),
    560                     'DescriptionFull' => self::GetPost('DescriptionFull'),
    561557                    'MinTimeBeforeReservation' => self::GetPost('MinTimeBeforeReservation'),
    562558                    'Catalog' => (int)self::GetPost('Catalog'),
  • redi-restaurant-reservation/branches/newDesign/templates/admin_ajaxed.php

    r1586698 r1586703  
    120120            </td>
    121121        </tr>
    122         <tr>
    123             <th scope="row">
    124                 <label for="DescriptionShort">
    125                     <?php _e('Short description', 'redi-booking'); ?>
    126                 </label>
    127             </th>
    128             <td>
    129                 <input maxlength="200" id="DescriptionShort" type="text" value="<?php echo $place['DescriptionShort'] ?>" name="DescriptionShort"/>
    130             </td>
    131         </tr>
    132 
    133         <tr>
    134             <th scope="row">
    135                 <label for="DescriptionFull">
    136                     <?php _e('Long description', 'redi-booking'); ?>
    137                 </label>
    138             </th>
    139             <td colspan="2">
    140                 <textarea maxlength="1000" name="DescriptionFull" id="DescriptionFull" cols="60" rows="5"><?php echo $place['DescriptionFull'] ?></textarea>
    141             </td>
    142         </tr>
     122
    143123        <tr>
    144124            <th scope="row">
Note: See TracChangeset for help on using the changeset viewer.