diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-10-05 22:13:44 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-10-05 22:13:44 +0100 |
| commit | 1cc36fc210f5cb4dcebc8d6f527aea29eecba546 (patch) | |
| tree | 2311bb8022749ee128cb151ad210f78f83fd5fef /modules_v3 | |
| parent | b6ec77e065d2d00451a2f342df4586c1f8ac9286 (diff) | |
| download | webtrees-1cc36fc210f5cb4dcebc8d6f527aea29eecba546.tar.gz webtrees-1cc36fc210f5cb4dcebc8d6f527aea29eecba546.tar.bz2 webtrees-1cc36fc210f5cb4dcebc8d6f527aea29eecba546.zip | |
HTML validation
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php b/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php index 10dacdb3d1..3bdfee837d 100644 --- a/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php +++ b/modules_v3/GEDFact_assistant/_CENS/census_2_source_input.php @@ -1091,20 +1091,7 @@ if (!defined('WT_WEBTREES')) { } </script> - <div> - <table><tr><td class="nowrap"> - <br> - <?php - // echo " ".WT_I18N::translate('Date').": "; - echo "<font size=2>"; - // Input renamed as type=hidden to hide the date field ----- // - // Note Input field is still required ---------------------- // - ?> - <input type="hidden" style="width:6em; background:#bbddff;" id="censDate" name="censDate" type="text" value="<?php echo ""; ?>"> - </font> - </td></tr></table> - </div> - + <input type="hidden" id="censDate" name="censDate" value=""> </div> |
