Strings and spacing and stuff

This commit is contained in:
moodler 2004-08-17 09:25:17 +00:00
parent 1d9bc92fe2
commit fcbbaeef2e
2 changed files with 3 additions and 4 deletions

View 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>
</html>

View 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>