</tr> <tr> <td> <label for="type"> Página de Twitter: </label> </td> <td> <input type="text" size="80" name="tw" id="tw" value="<?php echo $e->prepareEconomicUnitTwitter(); ?> " /> </td> </tr> <?php $status = $e->getActive(); $status = $status == true || $status == "Yes" || $status == 1 ? "1" : "0"; ?> <tr> <td> <label for="status"> Estado <label> </td> <td> <select name="status" style="width:200px"> <option value="1" <?php if ($status == "1") { echo "selected='selected'"; } ?> > Aceptado </option> <option value="0"<?php