Fixed some bugs in the scheduling appointment email logic.
[eq/.git] / templates / default / ppi_sched.tpl
index cb4dc1b05ccca2f26c0b1fdff0003d6b712b4e75..6fb025ac7a3dbd82b92ada99def756f25ad6e9bb 100644 (file)
@@ -8,19 +8,17 @@
 
        <a href="{ppi_link}">{ppi_link_title}</a>
        &nbsp; | &nbsp;
-       <a href="{eqpres_ppi_link}">{eqpres_ppi_link_title}</a>
-       &nbsp; | &nbsp;
        <a href="{schedule_ppi_link}">{schedule_ppi_link_title}</a>
        <br><br>
 
 
+<!-- BEGIN elder_list -->
        <form action="{actionurl}" method="POST">
-
-<!-- BEGIN appt_list -->
+        <hr>
         <table border="0" width="{appt_table_width}" cellspacing="2" cellpadding="2">
                <tr>
                        <td align="center" bgcolor="#c9c9c9" colspan=20>
-                               <font face="{font}"><b>Yearly PPI Appointment Slots</b></font>
+                               <font face="{font}"><b>{appt_table_title}</b></font>
                        </td>
                </tr>
                <tr bgcolor="#c9c9c9"><font face="{font}">{appt_header_row}</tr>
                </td>
                </tr>
        </table>
-<!-- END appt_list -->
 
-
-<!-- BEGIN elder_list -->
        <table border="0" width="{table_width}" cellspacing="2" cellpadding="2">
                <tr>
                        <td align="center" bgcolor="#c9c9c9" colspan=20>
-                               <font face="{font}"><b>All Elders with Yearly PPI Not Completed</b></font>
+                               <font face="{font}"><b>{table_title}</b></font>
                        </td>
                </tr>
                <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
@@ -62,7 +57,7 @@
                </tr>
        </table>
 <!-- END elder_list -->
-
+       <hr>
        <table border="0" width="{completed_table_width}" cellspacing="2" cellpadding="2">
                <tr>
                        <td align="center" bgcolor="#c9c9c9" colspan=20>
@@ -77,7 +72,7 @@
        <table border="0" width="{totals_table_width}" cellspacing="2" cellpadding="2">
                <tr>
                        <td align="center" bgcolor="#c9c9c9" colspan=20>
-                       <font face="{font}"><b>Total EQ President Yearly PPIs</b></font>
+                       <font face="{font}"><b>Total Yearly PPIs</b></font>
                        </td>
                </tr>
                <tr bgcolor="#c9c9c9"><font face="{font}">{totals_header_row}</tr>
@@ -94,3 +89,6 @@
 
 
 
+
+
+