Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/edit.php

    r2256 r2566  
    3737     $link_desc = $_POST['link_desc']; 
    3838     $link_lang = $_POST['link_lang']; 
    39       
     39 
    4040     $link_xfn = ''; 
    41            
     41 
    4242     if (!empty($_POST['identity'])) 
    4343     { 
     
    6565          } 
    6666     } 
    67       
     67 
    6868     try { 
    6969          $blogroll->updateLink($id,$link_title,$link_href,$link_desc,$link_lang,trim($link_xfn)); 
     
    8080{ 
    8181     $link_desc = $_POST['link_desc']; 
    82       
     82 
    8383     try { 
    8484          $blogroll->updateCategory($id,$link_desc); 
     
    114114     '<form action="'.$p_url.'" method="post">'. 
    115115     '<h3>'.__('Edit category').'</h3>'. 
    116       
     116 
    117117     '<p><label for="link_desc" class="required classic"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label> '. 
    118118     form::field('link_desc',30,255,html::escapeHTML($link_desc)). 
    119       
     119 
    120120     form::hidden('edit',1). 
    121121     form::hidden('id',$id). 
     
    132132     '<div class="col30 first-col">'. 
    133133     '<h3>'.__('Edit link').'</h3>'. 
    134       
     134 
    135135     '<p><label for="link_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label> '. 
    136136     form::field('link_title',30,255,html::escapeHTML($link_title)).'</p>'. 
    137       
     137 
    138138     '<p><label for="link_href" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('URL:').'</label> '. 
    139139     form::field('link_href',30,255,html::escapeHTML($link_href)).'</p>'. 
    140       
     140 
    141141     '<p><label for="link_desc">'.__('Description:').'</label> '. 
    142142     form::field('link_desc',30,255,html::escapeHTML($link_desc)).'</p>'. 
    143       
     143 
    144144     '<p><label for="link_lang">'.__('Language:').'</label> '. 
    145145     form::field('link_lang',5,5,html::escapeHTML($link_lang)).'</p>'. 
    146146     '</div>'. 
    147       
    148       
     147 
     148 
    149149     # XFN nightmare 
    150150     '<div class="col70 last-col">'. 
     
    152152     '<div class="table-outer">'. 
    153153     '<table class="noborder">'. 
    154       
     154 
    155155     '<tr class="line">'. 
    156156     '<th>'.__('_xfn_Me').'</th>'. 
     
    159159     __('_xfn_Another link for myself').'</label></p></td>'. 
    160160     '</tr>'. 
    161       
     161 
    162162     '<tr class="line">'. 
    163163     '<th>'.__('_xfn_Friendship').'</th>'. 
     
    172172     '</p></td>'. 
    173173     '</tr>'. 
    174       
     174 
    175175     '<tr class="line">'. 
    176176     '<th>'.__('_xfn_Physical').'</th>'. 
     
    180180     '</p></td>'. 
    181181     '</tr>'. 
    182       
     182 
    183183     '<tr class="line">'. 
    184184     '<th>'.__('_xfn_Professional').'</th>'. 
     
    190190     '</p></td>'. 
    191191     '</tr>'. 
    192       
     192 
    193193     '<tr class="line">'. 
    194194     '<th>'.__('_xfn_Geographical').'</th>'. 
     
    201201     '</p></td>'. 
    202202     '</tr>'. 
    203       
     203 
    204204     '<tr class="line">'. 
    205205     '<th>'.__('_xfn_Family').'</th>'. 
     
    218218     '</p></td>'. 
    219219     '</tr>'. 
    220       
     220 
    221221     '<tr class="line">'. 
    222222     '<th>'.__('_xfn_Romantic').'</th>'. 
     
    233233     '</tr>'. 
    234234     '</table></div>'. 
    235       
     235 
    236236     '</div>'. 
    237237     '<p class="clear">'.form::hidden('p','blogroll'). 
     
    240240     $core->formNonce(). 
    241241     '<input type="submit" name="edit_link" value="'.__('Save').'"/></p>'. 
    242       
     242 
    243243     '</form>'; 
    244244} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map