Plugin Directory

Changeset 1645537


Ignore:
Timestamp:
04/26/2017 07:59:42 AM (9 years ago)
Author:
singhajit08
Message:

changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-googlemap/trunk/add_user.php

    r1645531 r1645537  
    5555<h2>Gooogle Map Details </h2>
    5656<form method="POST" id="editform">
    57   Address:    <input name="formatted_address" type="text" value="" class="address"><br><br>
    58   Latitude:   <input name="lat" type="text" value="<?php echo $latitudex;?>"><br><br>
    59   Longitude:  <input name="lng" type="text" value="<?php echo $longitudex;?>"><br><br>
    60   width:      <input id="width" type="text" name="width" value="<?php echo $widthx;?>"><br><br>
    61   height:      <input id="height" type="text" name="height" value="<?php echo $heightx;?>"><br><br>
     57  <h3><strong>Address</strong></h3><input name="formatted_address" type="text" value="" class="address"><br><br>
     58  <h3><strong>Latitude</strong></h3><input name="lat" type="text" value="<?php echo $latitudex;?>"><br><br>
     59  <h3><strong>Longitude</strong></h3><input name="lng" type="text" value="<?php echo $longitudex;?>"><br><br>
     60  <h3><strong>width</strong></h3> <input id="width" type="text" name="width" value="<?php echo $widthx;?>"><br><br>
     61  <h3><strong>height</strong></h3> <input id="height" type="text" name="height" value="<?php echo $heightx;?>"><br><br>
    6262  <input type="submit" name="submit"value="Save"><br>
    6363</form>
Note: See TracChangeset for help on using the changeset viewer.