Plugin Directory

Changeset 745198


Ignore:
Timestamp:
07/23/2013 08:52:48 PM (13 years ago)
Author:
colome
Message:

correct errors 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • slide-puzzle/trunk/slide-puzzle.php

    r745195 r745198  
    235235                </td>
    236236                <td>
    237                     <input style="width: 300px" type="text" name="myimage" value="<?php echo ($myimage); ?>">
     237                    <input style="width: 400px" type="text" name="myimage" value="<?php echo ($myimage); ?>">
    238238                </td>
    239239                <td width="700">
     
    258258                </td>
    259259                <td>
    260                     <input style="width: 300px" type="text" name="backcolor" value="<?php echo ($backcolor); ?>">
     260                    <input style="width: 100px" type="text" name="backcolor" value="<?php echo ($backcolor); ?>">
    261261                </td>
    262262                <td width="200">
     
    269269                </td>
    270270                <td>
    271                     <input style="width: 100px" type="text" name="endimage" value="<?php echo ($endimage); ?>">
     271                    <input style="width: 400px" type="text" name="endimage" value="<?php echo ($endimage); ?>">
    272272                </td>
    273273                <td width="700">
Note: See TracChangeset for help on using the changeset viewer.