~adamzammit/quexs/quexscativm

« back to all changes in this revision

Viewing changes to index_interface2.php

  • Committer: Adam Zammit
  • Date: 2013-02-27 05:16:32 UTC
  • mto: This revision was merged to the branch mainline in revision 286.
  • Revision ID: adam.zammit@acspri.org.au-20130227051632-syl495hnw99oaz7n
Added email option to alternate interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
<ul id="casefunctions" class="header">
210
210
       <li id="item_1"><a href="javascript:poptastic('call_interface2.php');"><?php  echo T_("Outcome"); ?> <img src="css/images/play.jpg" /></a></li>
211
211
    <li id="item_2_e" class="item_2_full_height"><a href="javascript:poptastic('appointment.php');"><?php  echo T_("Appointment"); ?> <img src="css/images/plius.jpg" /></a></li>
212
 
        <?php if ($sc == 1) { ?><li id='item_4_e' class="item_2_full_height"><a href="javascript:poptastic('email.php');"><?php  echo T_("Email"); ?> <img src="css/images/plius.jpg" /></a></li><?php } ?>
 
212
        <?php if ($sc == 1) { ?><li id='item_4_e' class="item_2_full_height"><a href="javascript:poptastic('email.php?interface2=true');"><?php  echo T_("Email"); ?> <img src="css/images/plius.jpg" /></a></li><?php } ?>
213
213
    <li id="item_3_e" class="item_3_full_height"><a href="?endwork=endwork"><?php  echo T_("End work"); ?> <img src="css/images/end.jpg" /></a></li>
214
214
</ul>
215
215