rejetto forum

Right adjustments

Chez · 2 · 4393

0 Members and 1 Guest are viewing this topic.

Offline Chez

  • Occasional poster
  • *
    • Posts: 14
    • View Profile
    • http://www.eda-computers.co.il
Greetings All,

Since I am using hebrew words on my HFS, is there any way to adjust the "File name" menu tab to the right ?

Filename  Filesize  Filetime  Hits  
^^^^^^

All the data written in the "file name" Collum will be right-to-left.


Any idea?

Chez.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
search for
Quote
<th><a href="%encoded-folder%?sort=n"><span class=column>Filename</span></a>
replace with
Quote
<th class=right><a href="%encoded-folder%?sort=n"><span class=column>Filename</span></a>
search 3 times for
Quote
<td class=row>%new%
replace with
Quote
<td class="row right">%new%