Changeset 437 for trunk/form.php


Ignore:
Timestamp:
Apr 9, 2010, 11:29:26 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Při filtrování nepřeložených použít omezení verze přímo na originály.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form.php

    r436 r437  
    6868  if($Version > 0)
    6969  {
    70     echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&amp;user=0&amp;state=2&amp;entry='.$Line['Entry'].'">Počet verzí: <strong>'.$Version.'</strong></a> 
     70    echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&amp;user=0&amp;state=2&amp;entry='.$Line['Entry'].'&amp;text=">Počet verzí: <strong>'.$Version.'</strong></a> 
    7171      <input type="hidden" name="group" value="'.$GroupId.'" />
    7272      <input type="hidden" name="entry" value="'.$Line['Entry'].'" />
     
    8888  } else
    8989  {
    90     echo('<a href="TranslationList.php?group='.$GroupId.'&amp;user=0&amp;state=2&amp;entry='.$Line['Entry'].'">Počet verzí: <strong>'.$Version.'</strong></a>');
     90    echo('<a href="TranslationList.php?group='.$GroupId.'&amp;user=0&amp;state=2&amp;entry='.$Line['Entry'].'&amp;text=">Počet verzí: <strong>'.$Version.'</strong></a>');
    9191  }
    9292
Note: See TracChangeset for help on using the changeset viewer.