[dev] [cvs] commit: imp mailbox.php imp/templates/mailbox alert.html alert.inc footer.inc navbar.html navbar.inc

Kevin M. Myer kevin_myer at iu13.org
Sun Dec 4 17:47:36 PST 2005


Quoting Michael M Slusarz <slusarz at curecanti.org>:

> slusarz     2005-12-03 17:18:02 PST
>
>  Modified files:
>    .                    mailbox.php
>  Added files:
>    templates/mailbox    alert.html navbar.html
>  Removed files:
>    templates/mailbox    alert.inc footer.inc navbar.inc
>  Log:
>  Beginning of mailbox.php conversion to Horde_Template.
>
>  Revision  Changes    Path
>  2.702     +76 -28    imp/mailbox.php
>  1.6       +0 -5      imp/templates/mailbox/Attic/alert.inc (dead)
>  2.6       +0 -2      imp/templates/mailbox/Attic/footer.inc (dead)
>  2.64      +0 -73     imp/templates/mailbox/Attic/navbar.inc (dead)
>  2.1       +5 -0      imp/templates/mailbox/alert.html (new)
>  2.1       +68 -0     imp/templates/mailbox/navbar.html (new)

navbar.html is missing closing tags for two of the elements, which 
causes broken rendering for me.  Also, the <?php Util::pformInput() ?> 
won't be executed as php, since the file its in ends in .html, unless 
you have your webserver process html files as PHP files.

Index: navbar.html
===================================================================
RCS file: /repository/imp/templates/mailbox/navbar.html,v
retrieving revision 2.1
diff -u -r2.1 navbar.html
--- navbar.html 4 Dec 2005 01:18:02 -0000       2.1
+++ navbar.html 5 Dec 2005 01:44:18 -0000
@@ -56,9 +56,9 @@
<if:multiple_page>
      <form method="get" name="pagenav<tag:id />" action="<tag:mailbox_url />">
      <?php Util::pformInput() ?>
-     <tag:pages_first /> <tag:pages_prev>
+     <tag:pages_first /> <tag:pages_prev />
      <input type="text" name="page" value="<tag:page_val />" 
size="<tag:page_size />" />
-     <tag:pages_next /> <tag:pages_last>
+     <tag:pages_next /> <tag:pages_last />
      </form>
</if:multiple_page>
     </td>


-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org




More information about the dev mailing list