mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Strings and spacing and stuff
This commit is contained in:
parent
1d9bc92fe2
commit
fcbbaeef2e
@ -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> <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>
|
||||
</html>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user