Skip to content

Commit

Permalink
Moved Anchors thing down ...
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Aug 15, 2004
1 parent aa94692 commit 8b10824
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/editor/popups/link_std.php
Expand Up @@ -150,11 +150,6 @@ function seturl() {
<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>
Expand All @@ -171,6 +166,11 @@ function seturl() {
<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>
Expand Down

0 comments on commit 8b10824

Please sign in to comment.