mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Fixed Browse button (added ellipsis) and missing string "Anchor"
This commit is contained in:
parent
00cd9cf735
commit
aa94692460
@ -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';
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user