This commit is contained in:
Garvin Hicking
2003-08-15 14:46:51 +00:00
parent 7dba791449
commit 6c8221f5a6

View File

@@ -385,7 +385,7 @@ if ($cfg['PropertiesIconic']) {
// Drop button if there is at least two fields
if ($fields_cnt > 1) {
echo ' <button class="mult_submit" type="submit" name="submit_mult" value="' . $strDrop . '" title="' . $strDrop . '">' . "\n"
. ' <img src="./images/button_drop.png" title="' . $strDrop . '" alt="' . $strDrop . '" width="11" height="13" />' . (($propicon == 'both') ? '&nbsp;' . $strChange : '') . "\n"
. ' <img src="./images/button_drop.png" title="' . $strDrop . '" alt="' . $strDrop . '" width="11" height="13" />' . (($propicon == 'both') ? '&nbsp;' . $strDrop : '') . "\n"
. ' </button>' . "\n";
}
} else {