<td align="right">
<br />
<button onclick="return onOK();" type="button"><?php print_string("ok","editor");?></button> <button onclick="return onCancel();" type="button"><?php print_string("cancel","editor");?></button>
- <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>
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;
}
</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>