Fixed Browse button (added ellipsis) and missing string "Anchor"

This commit is contained in:
moodler 2004-08-15 14:31:28 +00:00
parent 00cd9cf735
commit aa94692460
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ $string['absmiddle'] = 'Absmiddle';
$string['address'] = 'Address';
$string['alignment'] = 'Alignment';
$string['alternatetext'] = 'Alternate text';
$string['anchors'] = 'Anchors';
$string['baseline'] = 'Baseline';
$string['bold'] = 'Bold';
$string['borderthickness'] = 'Border thickness';

View File

@ -177,7 +177,7 @@ border-bottom: 1px solid black; letter-spacing: 2px;
</table>
<div id="buttons">
<?php print(isteacher($id))? "<button type=\"button\" name=\"browse\" onclick=\"return onBrowse();\">".get_string("browse","editor")."</button>" : ""; ?>
<?php print(isteacher($id))? "<button type=\"button\" name=\"browse\" onclick=\"return onBrowse();\">".get_string("browse","editor")."...</button>" : ""; ?>
<button type="button" name="ok" onclick="return onOK();"><?php print_string("ok","editor");?></button>
<button type="button" name="cancel" onclick="return onCancel();"><?php print_string("cancel","editor");?></button>
</div>