equal
deleted
inserted
replaced
78 </div> |
78 </div> |
79 </div> |
79 </div> |
80 <?php |
80 <?php |
81 } |
81 } |
82 ?> |
82 ?> |
|
83 <div id="meta"> </div> |
|
84 <div> |
83 <form method="post" action="edit_record.php"> |
85 <form method="post" action="edit_record.php"> |
84 <input type="hidden" name="recordid" value="<?php echo $_GET["id"] ?>"> |
86 <input type="hidden" name="recordid" value="<?php echo $_GET["id"] ?>"> |
85 <input type="hidden" name="domainid" value="<?php echo $_GET["domain"] ?>"> |
87 <input type="hidden" name="domainid" value="<?php echo $_GET["domain"] ?>"> |
86 <table> |
88 <table> |
87 <tr> |
89 <tr> |
144 <p> |
146 <p> |
145 <input type="submit" name="commit" value="<?php echo _('Commit changes'); ?>" class="button"> |
147 <input type="submit" name="commit" value="<?php echo _('Commit changes'); ?>" class="button"> |
146 <input type="reset" name="reset" value="<?php echo _('Reset changes'); ?>" class="button"> |
148 <input type="reset" name="reset" value="<?php echo _('Reset changes'); ?>" class="button"> |
147 </p> |
149 </p> |
148 </form> |
150 </form> |
|
151 </div> |
149 <?php |
152 <?php |
150 include_once("inc/footer.inc.php"); |
153 include_once("inc/footer.inc.php"); |
151 ?> |
154 ?> |