Changeset 2765

Show
Ignore:
Timestamp:
10/18/06 06:12:46 (7 years ago)
Author:
diego_iastrubni
Message:

dir direction is usually done on the body, and not on the html.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/header.php

    r2716 r2765  
    2727<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
    2828 
    29 <html <? 
    30 // Check if it's a RIGHT TO LEFT character set (eg, hebrew) 
    31  
    32 if ($_COOKIE['lang']==="he_IL")  
    33   echo "dir=rtl"; 
    34 ?>> 
     29<html> 
    3530 
    3631<head> 
     
    7065?> 
    7166 
    72 <body onload="setAllInfoToHideSelects();"> 
     67<body onload="setAllInfoToHideSelects();"  <? 
     68 
     69// Check if it's a RIGHT TO LEFT character set (eg, hebrew, arabic, whatever) 
     70//$_COOKIE['lang']="he_IL"; 
     71if ($_COOKIE['lang']==="he_IL")  
     72  echo "dir=\"rtl\""; 
     73?> > 
    7374<div id="page"> 
    7475