Ignore:
Timestamp:
Jul 21, 2009, 12:32:37 AM (15 years ago)
Author:
tiico
Message:

Personnalize the icon in the cooliris feed (on the wall)
Unstall the plugin will suppress the configuration on the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/rssfeed.tpl

    r3645 r3649  
    226226<table>
    227227    <tr>
    228         <td>{'piclens_rsscfg_name'|@translate}</td>
     228        <td>{'piclens_rsscfg_name'|@translate}&nbsp;:</td>
    229229        <td><input type="text" size="65" maxlength="255" value="{$PICLENS_RSS_NAME}" name="piclens_rss_name" /></td>
    230230    </tr>
    231        <tr>
    232         <td>{'piclens_rsscfg_desc'|@translate}</td>
     231    <tr>
     232        <td>{'piclens_rsscfg_desc'|@translate}&nbsp;:</td>
    233233        <td><input type="text" size="65" maxlength="255" value="{$PICLENS_RSS_DESC}" name="piclens_rss_desc" /></td>
    234234    </tr>
     
    236236</table>
    237237</fieldset>
     238
     239<fieldset>
     240    <table>
     241    <tr>
     242        <td>{'piclens_rss_icon'|@translate}&nbsp;:</td>
     243        <td><input type="text" size="65" maxlength="255" value="{$PICLENS_RSS_ICON}" name="piclens_rss_icon" /></td>
     244    </tr>
     245   
     246
     247    </table>
     248</fieldset>
    238249 
    239250<p><input type="submit" name="submit" value="{'piclens_admin_submit'|@translate}" /></p>
Note: See TracChangeset for help on using the changeset viewer.