Project

General

Profile

« Previous | Next » 

Revision 678

Added by thorn over 16 years ago

menu_link: fixed issue with IE7 (hopefully, can't check this)

View differences:

trunk/wb/modules/menu_link/modify.php
129 129
		<?php echo $TEXT['LINK'].':' ?>
130 130
	</td>
131 131
	<td>
132
		<select name="page_link" id="page_link" onchange="populate()" style="width: 100%;">
132
		<select name="page_link" id="page_link" onchange="populate()" style="width: 50%" />
133 133
			<option value="0"<?php echo $target_page_id=='0'?$sel:''?>><?php echo $TEXT['PLEASE_SELECT']; ?></option>
134 134
			<?php foreach($links AS $pid=>$link) {
135 135
				echo "<option value=\"$pid\" ".($target_page_id==$pid?$sel:'').">$link</option>";
......
142 142
		<?php echo $TEXT['ANCHOR'].':' ?>
143 143
	</td>
144 144
	<td>
145
		<select name="page_target" id="page_target" onfocus="populate()" style="width: 100%;">
145
		<select name="page_target" id="page_target" onfocus="populate()" style="width: 50%" />
146 146
			<option value="<?php echo $anchor ?>" selected><?php echo $anchor=='0'?' ':'#'.$anchor ?></option>
147 147
		</select>
148 148
	</td>
......
152 152
		<?php echo $TEXT['TARGET'].':' ?>
153 153
	</td>
154 154
	<td>
155
		<select name="target" style="width: 100%" />
155
		<select name="target" style="width: 50%" />
156 156
			<option value="_blank"<?php if($target=='_blank') echo ' selected'; ?>><?php echo $TEXT['NEW_WINDOW'] ?></option>
157 157
			<option value="_self"<?php if($target=='_self') echo ' selected'; ?>><?php echo $TEXT['SAME_WINDOW'] ?></option>
158 158
			<option value="_top"<?php if($target=='_top') echo ' selected'; ?>><?php echo $TEXT['TOP_FRAME'] ?></option>

Also available in: Unified diff