* renamed to $strFullText and $strPartialText

This commit is contained in:
Olivier Müller
2001-08-30 18:20:56 +00:00
parent 838ee62be4
commit 2714a3374c
28 changed files with 55 additions and 54 deletions

View File

@@ -857,7 +857,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
<input type="hidden" name="sessionMaxRows" value="<?php echo $sessionMaxRows; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="1" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strFullStrings']; ?>" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strFullText']; ?>" />
</form>
</td>
<?php
@@ -878,7 +878,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
<input type="hidden" name="sessionMaxRows" value="<?php echo $sessionMaxRows; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="0" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strCuttedStrings']; ?>" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strPartialText']; ?>" />
</form>
</td>
<?php