Changeset 11:76a5082cf922 for admin/preferences.php
- Timestamp:
- 04/27/11 11:07:45 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/preferences.php
r10 r11 254 254 '<div class="two-cols">'. 255 255 '<div class="col">'. 256 '<p><label for "user_name">'.__('Last Name:').256 '<p><label for="user_name">'.__('Last Name:'). 257 257 form::field('user_name',20,255,html::escapeHTML($user_name),'',2).'</label></p>'. 258 258 … … 352 352 echo '<div class="col70">'; 353 353 echo '<fieldset id="my-favs"><legend>'.__('My favorites').'</legend>'; 354 echo '<p>'.__('Modify numbers in fields to change favorites order.').'</p>'; 354 355 $count = 0; 355 356 foreach ($ws->dumpPrefs() as $k => $v) { … … 362 363 echo '<li id="fu-'.$k.'">'. 363 364 '<img src="'.$fav['large-icon'].'" alt="" /> '. 364 '<span>'.form::field(array('order['.$k.']'),2,3,$count).'</span>'.365 form::field(array('order['.$k.']'),2,3,$count,'position','',false,'title="position de '.$fav['title'].'"'). 365 366 '<label for="fuk-'.$k.'">'.form::checkbox(array('remove[]','fuk-'.$k),$k).$fav['title'].'</label>'. 366 367 '</li>'; … … 423 424 $count++; 424 425 echo '<li id="fa-'.$fav[0].'">'.'<label for="fak-'.$fav[0].'">'. 425 '<span class="minimal">'.form::checkbox(array('append[]','fak-'.$fav[0]),$k).'</span>'.426 form::checkbox(array('append[]','fak-'.$fav[0]),$k). 426 427 '<img src="'.$fav[3].'" alt="" /> '.'<span class="zoom"><img src="'.$fav[4].'" alt="" /></span>'.$fav[1]. 427 428 '</label>'.'</li>';
Note: See TracChangeset
for help on using the changeset viewer.