davidc Fri Mar 23 16:30:45 2007 UTC
Modified files:
/pearweb/templates/notes view-full-note.tpl.php
Log:
Added the ability to view a note in both ajaxy and non ajaxy ways
http://cvs.php.net/viewvc.cgi/pearweb/templates/notes/view-full-note.tpl.php?r1=1.1&r2=1.2&diff_format=u
Index: pearweb/templates/notes/view-full-note.tpl.php
diff -u pearweb/templates/notes/view-full-note.tpl.php:1.1
pearweb/templates/notes/view-full-note.tpl.php:1.2
--- pearweb/templates/notes/view-full-note.tpl.php:1.1 Fri Mar 23 16:14:05 2007
+++ pearweb/templates/notes/view-full-note.tpl.php Fri Mar 23 16:30:45 2007
@@ -3,6 +3,7 @@
response_header('View Full Comment');
echo '<h1>View Comment</h1>';
?>
+<a href="/notes/admin/index.php<?php $status = $status ? '?status=approved' :
''; echo $status ?>" title="go back">Go back to administration</a>
<div style="width: 80%; wrap: virtual; background: #C0C0C0; border: 1px dashed
black;">
<?php } ?>
|