joinBottom : imagePath+'/joinbottom.png',
- plus : imagePath+'/plus.png',
+ plus : imagePath+'/plus_mid.png',
plusBottom : imagePath+'/plusbottom.png',
- minus : imagePath+'/minus.png',
+ minus : imagePath+'/minus_mid.png',
minusBottom : imagePath+'/minusbottom.png',
</tr>
<tr>
<td class="ruleButtons">
- <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'add.png', _("Add"), _("Add")); ?></a> Add Rule
+ <a href="<?php echo $add_rule; ?>"><?php echo getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add")); ?></a> Add Rule
</td>
</tr>
</table>
<?php
foreach ($not_used as $field_id=>$name) {
echo "<tr>\n" .
- "<td colspan=\"3\" class=\"moveLink\"><a href=\"". $add.$field_id."\">".getIcon($icon_theme_path, 'add.png', _("Add"), _("Add"))."</a></td>\n" .
+ "<td colspan=\"3\" class=\"moveLink\"><a href=\"". $add.$field_id."\">".getIcon($icon_theme_path, 'plus.png', _("Add"), _("Add"))."</a></td>\n" .
"<td class=\"fieldName\">".htmlspecialchars($name)."</td>\n" .
"</tr>\n";
}