Dotclear


Ignore:
Timestamp:
08/23/18 09:36:21 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Blogroll plugin:

  • Add french locales for XFN
  • Add link to XFN information (wikipedia, better than nothing)
  • Switch from text field to combo list (with most used listed first) for link language

Should closes #2276, #2277 and #2278

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/edit.php

    r3731 r3817  
    8484} 
    8585 
     86# Languages combo 
     87$links      = $blogroll->getLangs(array('order' => 'asc')); 
     88$lang_combo = dcAdminCombos::getLangsCombo($links, true); 
     89 
    8690?> 
    8791<html> 
     
    147151 
    148152    '<p><label for="link_lang">' . __('Language:') . '</label> ' . 
    149     form::field('link_lang', 5, 5, html::escapeHTML($link_lang)) . '</p>' . 
     153    form::combo('link_lang', $lang_combo, $link_lang) . 
     154    '</p>' . 
     155 
    150156    '</div>' . 
    151157 
     
    153159    '<div class="col70 last-col">' . 
    154160    '<h3>' . __('XFN information') . '</h3>' . 
     161    '<p class="clear form-note">' . __('More information on <a href="https://en.wikipedia.org/wiki/XHTML_Friends_Network">Wikipedia</a> website') . '</p>' . 
     162 
    155163    '<div class="table-outer">' . 
    156164    '<table class="noborder">' . 
Note: See TracChangeset for help on using the changeset viewer.

Sites map