summaryrefslogtreecommitdiff
path: root/UI/Contact
diff options
context:
space:
mode:
Diffstat (limited to 'UI/Contact')
-rw-r--r--UI/Contact/contact.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html
index bf58c51e..e1b92cb0 100644
--- a/UI/Contact/contact.html
+++ b/UI/Contact/contact.html
@@ -740,13 +740,6 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
</div>
<div id="notes_div">
<div class="listtop"><?lsmb text('Notes') ?></div>
-<?lsmb FOREACH n = notes ?>
-<div class="note">
-<div class="timestamp"><?lsmb text('Entered at: [_1]', n.created) ?></div>
-<div class="author"><?lsmb text("Author: [_1]", n.created_by) ?></div>
-<div class="note_contents"><?lsmb n.note ?></div>
-</div>
-<?lsmb END ?>
<form action="<?lsmb script ?>" method="post">
<?lsmb PROCESS input element_data = {
type="hidden"
@@ -782,6 +775,13 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
} ?>
</form>
+<?lsmb FOREACH n = notes ?>
+<div class="note">
+<div class="timestamp"><?lsmb text('Entered at: [_1]', n.created) ?></div>
+<div class="author"><?lsmb text("Author: [_1]", n.created_by) ?></div>
+<div class="note_contents"><?lsmb n.note ?></div>
+</div>
+<?lsmb END ?>
</div>
<?lsmb END ?>
</body>