Plugin Directory

Changeset 1832595


Ignore:
Timestamp:
03/03/2018 12:17:08 AM (8 years ago)
Author:
adeel.athar
Message:

fixed bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • image-snippet/tags/2.0/image-snippet.php

    r1824969 r1832595  
    506506                            <p>
    507507                                <label>Gallery Name :</label>
    508                                 <input type="text" name="directory" id="directory" style="width: 100%">
     508                                <input type="text" name="directory" id="snippet-settings-directory" style="width: 100%">
    509509                            </p>
    510510                        </div>
     
    513513                            <p>
    514514                                <label>ImageSnippets Username:</label>
    515                                 <input type="text" name="username" id="username" style="width: 100%">
     515                                <input type="text" name="username" id="snippet-settings-username" style="width: 100%">
    516516                            </p>
    517517                        </div>
     
    540540                            <p>
    541541                                <label>Property (URI or CURI):</label>
    542                                 <input type="text" name="property" id="property" style="width: 100%" autocomplete="whatever" list="propertyList">
     542                                <input type="text" name="property1" id="snippet-settings-property1" style="width: 100%" autocomplete="whatever" list="propertyList">
    543543                            </p>
    544544                        </div>
     
    547547                            <p>
    548548                                <label>Object (URI or CURI):</label>
    549                                 <input type="text" name="object" id="object" style="width: 100%">
     549                                <input type="text" name="object1" id="snippet-settings-object1" style="width: 100%">
    550550                            </p>
    551551                        </div>
Note: See TracChangeset for help on using the changeset viewer.