Strings and spacing and stuff
authormoodler <moodler>
Tue, 17 Aug 2004 09:25:17 +0000 (09:25 +0000)
committermoodler <moodler>
Tue, 17 Aug 2004 09:25:17 +0000 (09:25 +0000)
lib/editor/popups/createanchor.php
lib/editor/popups/link_std.php

index b60d7424eec0ce3edb78787f44195ba3f343b52a..092e3b350dbf1b0e3ff615f4f3c2ba3e43b2b9f2 100644 (file)
@@ -60,9 +60,9 @@ border-bottom: 1px solid black; letter-spacing: 2px;
     <td align="right">
     <br />
     <button onclick="return onOK();" type="button"><?php print_string("ok","editor");?></button>&nbsp;<button onclick="return onCancel();" type="button"><?php print_string("cancel","editor");?></button>&nbsp;
-    <button type="button" onclick="javascript: void(0); alert('This only creates an anchor.\nYou still need to create a link manually.');">Help</button></td>
+    <button type="button" onclick="javascript: void(0); alert('<?php print_string("anchorhelp","editor");?>');"><?php print_string("help");?></button></td>
 </tr>
 </table>
 </form>
 </body>
-</html>
\ No newline at end of file
+</html>
index 2e4cdf2da4a341435a831974a3c291f9e0ed9d4d..cc86767dba0d95b10c0bfdf6ed1f866ff508509b 100644 (file)
@@ -136,7 +136,7 @@ select, input, button { font: 11px Tahoma,Verdana,sans-serif; }
 button { width: 70px; }
 table .label { text-align: right; width: 8em; }
 
-.title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px;
+.title { background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 3px;
 border-bottom: 1px solid black; letter-spacing: 2px;
 }
 
@@ -148,7 +148,6 @@ border-bottom: 1px solid black; letter-spacing: 2px;
 </head>
 <body onload="Init()">
 <div class="title"><?php print_string("insertlink","editor");?></div>
-
 <table border="0" style="width: 100%;">
   <tr>
     <td class="label"><?php print_string("linkurl","editor");?>:</td>