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.

Location:
plugins/userPref
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/userPref/_admin.php

    r1293 r2566  
    1515          preg_match('/plugin.php\?p=userPref(&.*)?$/',$_SERVER['REQUEST_URI']), 
    1616          $core->auth->isSuperAdmin()); 
    17 ?> 
  • plugins/userPref/_define.php

    r2257 r2566  
    2121     ) 
    2222); 
    23 ?> 
  • plugins/userPref/index.php

    r2322 r2566  
    3030          { 
    3131               $core->auth->user_prefs->addWorkspace($ws); 
    32                 
     32 
    3333               foreach ($s as $k => $v)      { 
    3434                    $core->auth->user_prefs->$ws->put($k,$v); 
    3535               } 
    3636          } 
    37            
     37 
    3838          dcPage::addSuccessNotice(__('Preferences successfully updated')); 
    3939          http::redirect($p_url); 
     
    5353          { 
    5454               $core->auth->user_prefs->addWorkspace($ws); 
    55                 
     55 
    5656               foreach ($s as $k => $v)      { 
    5757                    $core->auth->user_prefs->$ws->put($k,$v,null,null,true,true); 
    5858               } 
    5959          } 
    60            
     60 
    6161          dcPage::addSuccessNotice(__('Preferences successfully updated')); 
    6262          http::redirect($p_url.'&part=global'); 
     
    7979          html::escapeHTML($s['value'])); 
    8080     } 
    81       
     81 
    8282     $slabel = $strong_label ? '<strong>%s</strong>' : '%s'; 
    83       
     83 
    8484     return 
    8585     '<tr class="line">'. 
     
    126126<h3 class="out-of-screen-if-js"><?php echo __('User preferences'); ?></h3> 
    127127 
    128 <?php  
     128<?php 
    129129$table_header = '<div class="table-outer"><table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 
    130130'<thead>'. 
     
    151151          $ws_combo[$ws] = '#l_'.$ws; 
    152152     } 
    153      echo  
     153     echo 
    154154          '<form action="plugin.php" method="post">'. 
    155155          '<p class="anchor-nav">'. 
     
    201201          $ws_combo[$ws] = '#g_'.$ws; 
    202202     } 
    203      echo  
     203     echo 
    204204          '<form action="plugin.php" method="post">'. 
    205205          '<p class="anchor-nav">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map