]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed Browse button (added ellipsis) and missing string "Anchor"
authormoodler <moodler>
Sun, 15 Aug 2004 14:31:28 +0000 (14:31 +0000)
committermoodler <moodler>
Sun, 15 Aug 2004 14:31:28 +0000 (14:31 +0000)
lang/en/editor.php
lib/editor/popups/link_std.php

index 6d9c3c38c917794ae5b64ec66323ec261bc1af3c..3dd4471a6294a342f22c3d97832e9e5d473a30e7 100644 (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';
index 4d5ccae3dec17cbc550691b1fb9eb7ae2c4918ea..b049c762230f59a25bce77485fea09ec69937ae3 100644 (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>