Ignore:
Timestamp:
Nov 28, 2013, 7:49:39 PM (11 years ago)
Author:
maron
Message:
  • Fixed: Some colored bug, Select as 1 query
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Form.php

    r614 r615  
    66         $tran_replace = str_replace(' ',' ',$tran);
    77         $orig_replace = str_replace(' ',' ',$orig);
    8                                   $Text = str_replace(' '.$orig,' <span Title="Přelož jako: '.$tran_replace.'" class="edit"><a class="edit" target="_NEW2" href="'.$this->System->Link('/form.php?group='.$Group.'&amp;ID='.$ID).'">'.$orig_replace.'</a></span>',$Text);
     8                                  $Text = str_replace(' '.$orig,' <span Title="Přelož jako:&nbsp;'.$tran_replace.'" class="edit"><a class="edit" target="_NEW2" href="'.$this->System->Link('/form.php?group='.$Group.'&amp;ID='.$ID).'">'.$orig_replace.'</a></span>',$Text);
    99                                 return ($Text);
    1010  }
Note: See TracChangeset for help on using the changeset viewer.