echo $region_id; ?> " /> <div align="middle"><input name="Add" type="submit" value="<?php if ($editEntryID != '') { echo $templateTools->getPageLabel('[Update]'); } else { echo $templateTools->getPageLabel('[Add]'); } ?> " /></div> </form> <hr> <table width="100%" border="0"> <?php $templateTools->setHeadingBGColor($rowColor); ?> <tr valign="top" <?php echo $rowColor; ?> > <!-- Data List Headings --> <?php /* * Display the Headings */ // for each desired field to display .. for ($indx = 0; $indx < count($dataFieldList); $indx++) { // display the field's title $data = $templateTools->getPageLabel('[title_' . $dataFieldList[$indx] . ']'); echo '<td class="bold">' . $data . "</td>\n";
echo '<input name="submit" type="submit" value="' . $templateTools->getPageLabel('[Delete?]') . '" />'; echo '</td><td align="center">'; echo '<input name="submit" type="submit" value="' . $templateTools->getPageLabel('[Cancel]') . '" />'; echo '</td>'; } } // close the row echo "</tr>\n"; ?> </table> </form> <br> <table width="100%"> <tr valign="top" <?php $headingColor = ''; $templateTools->setHeadingBGColor($headingColor); echo $headingColor; ?> > <!-- Data List Headings --> <?php /* * Display the Headings */ $sortByLink = '#'; if (isset($linkValues['sortBy'])) { $sortByLink = $linkValues['sortBy']; } // for each desired field to display .. for ($indx = 0; $indx < count($dataFieldList); $indx++) {