Ignore:
Timestamp:
Mar 6, 2013, 12:26:04 AM (11 years ago)
Author:
ddtddt
Message:

[extensions] - Photo_added_by - cleanned

Location:
extensions/Photo_add_by/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Photo_add_by/admin/admin.php

    r21222 r21231  
    2121$tabsheet = new tabsheet();
    2222$tabsheet->add('gestion',
    23                l10n('Management'),
     23               l10n('Configuration'),
    2424               $my_base_url.'&tab=gestion');
    2525$tabsheet->select($page['tab']);
     
    5959conf_update_param('Photo_add_by', $_POST['infopab']);
    6060$template->delete_compiled_templates();
    61 array_push($page['infos'], l10n('Choice saved'));
     61array_push($page['infos'], l10n('Your configuration settings are saved'));
    6262
    6363  $selected = $_POST['infopab'];
  • extensions/Photo_add_by/admin/admin.tpl

    r21222 r21231  
    11<div class="titrePage">
    2   <h2>Photo add by</h2>
     2  <h2>Photo Added By</h2>
    33</div>
    44{if isset ($gestionA)}
     
    1515                        </fieldset>
    1616                </form>
    17                 *{'Information must be displayed on the photo page for this to work'|@translate}       
    1817        </div>
    1918{/if}
Note: See TracChangeset for help on using the changeset viewer.