Ignore:
Timestamp:
06/17/11 12:32:21 (2 years ago)
Author:
benjamin
Message:

To be merge into trunk :

] : ]

3065:3070
3061:3063
3056:3059
3051:3055

From Stable-1.0

Location:
alternc/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk

  • alternc/trunk/bureau/class/m_mem.php

    r2971 r3071  
    534534      $hlp=_("hlp_$file"); 
    535535      if ($hlp!="hlp_$file") { 
    536               $hlp=ereg_replace( 
    537                           "HELPID_([0-9]*)", 
     536              $hlp=preg_replace( 
     537                          "#HELPID_([0-9]*)#", 
    538538                          "<a href=\"javascript:help(\\1);\"><img src=\"/admin/aide/help.png\" width=\"17\" height=\"17\" style=\"vertical-align: middle;\" alt=\""._("Help")."\" /></a>",$hlp); 
    539539        echo "<p class=\"hlp\">".$hlp."</p>"; 
Note: See TracChangeset for help on using the changeset viewer.