Changeset 6736

Show
Ignore:
Timestamp:
10/06/08 16:36:03 (2 months ago)
Author:
jmathis
Message:

Apply standards

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/configuration/configObject/service/formService.php

    r6646 r6736  
    256256        $attrsAdvSelect_small   = array("style" => "width: 200px; height: 70px;"); 
    257257        $attrsAdvSelect                 = array("style" => "width: 200px; height: 100px;"); 
    258         $attrsAdvSelect_big             = array("style" => "width: 200px; height: 200px;"); 
     258        $attrsAdvSelect_big     = array("style" => "width: 200px; height: 200px;"); 
    259259        $attrsTextarea                  = array("rows"=>"5", "cols"=>"40"); 
    260260        $template                               = "<table><tr><td>{unselected}</td><td align='center'>{add}<br /><br /><br />{remove}</td><td>{selected}</td></tr></table>";