]> git.mjollnir.org Git - moodle.git/commitdiff
Moved Anchors thing down ...
authormoodler <moodler>
Sun, 15 Aug 2004 15:21:22 +0000 (15:21 +0000)
committermoodler <moodler>
Sun, 15 Aug 2004 15:21:22 +0000 (15:21 +0000)
lib/editor/popups/link_std.php

index b049c762230f59a25bce77485fea09ec69937ae3..2e4cdf2da4a341435a831974a3c291f9e0ed9d4d 100644 (file)
@@ -150,11 +150,6 @@ border-bottom: 1px solid black; letter-spacing: 2px;
 <div class="title"><?php print_string("insertlink","editor");?></div>
 
 <table border="0" style="width: 100%;">
-  <tr>
-    <td class="label"><?php print_string("anchors","editor");?>:</td>
-    <td><select id="f_anchors" onchange="seturl()">
-    <option value="">----</option></select></td>
-  </tr>
   <tr>
     <td class="label"><?php print_string("linkurl","editor");?>:</td>
     <td><input type="text" id="f_href" style="width: 100%" /></td>
@@ -171,6 +166,11 @@ border-bottom: 1px solid black; letter-spacing: 2px;
       <option value="_self"><?php print_string("linktargetself","editor");?></option>
       <option value="_top"><?php print_string("linktargettop","editor");?></option>
     </select>
+  <tr>
+    <td class="label"><?php print_string("anchors","editor");?>:</td>
+    <td><select id="f_anchors" onchange="seturl()">
+    <option value="">----</option></select></td>
+  </tr>
     <input type="text" name="f_other_target" id="f_other_target" size="10" style="visibility: hidden" />
     </td>
   </tr>