phpBMS

Show
Ignore:
Timestamp:
01/01/10 13:45:44 (2 years ago)
Author:
brieb
Message:
  • updated references to FPDI and mailchimp on info page
  • Added notes to ChangeLog?
  • Fixed broken js linking in quickview
  • reformatted old quickview button styles for consistency
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/quickview_ajax.php

    r617 r700  
    141141                            <fieldset> 
    142142                                    <legend>sales</legend> 
    143                                     <p> 
    144                                             <button type="button" class="graphicButtons buttonNew" onclick="addEditRecord('new','invoice','<?php echo getAddEditFile($this->db, "tbld:62fe599d-c18f-3674-9e54-b62c2d6b1883","add")?>')"><span>new</span></button> 
    145                                             <button id="invoiceedit" type="button" disabled="disabled" class="graphicButtons buttonEditDisabled" onclick="addEditRecord('edit','invoice','<?php echo $invoiceEditFile?>')"><span>edit</span></button> 
    146                                     </p> 
    147                                     <div class="fauxP"> 
     143                                    <ul class="recordCommands"> 
     144                                        <li class="firstToolbarItem"><a href="#" class="newRecord" onclick="addEditRecord('new','invoice','<?php echo getAddEditFile($this->db, "tbld:62fe599d-c18f-3674-9e54-b62c2d6b1883","add")?>')" title="new sales order"><span>new</span></a></li> 
     145                                        <li><a href="#" id="invoiceedit" class="editRecordDisabled" onclick="addEditRecord('edit','invoice','<?php echo $invoiceEditFile?>')" title="edit"><span>edit</span></a></li> 
     146                                    </ul> 
     147                                    <div class="recordContainers"> 
    148148                                    <div id="salesTable" class="smallQueryTableHolder"> 
    149149                                            <?php if(!count($clientInfo["invoices"])) {?> 
     
    175175                                    <legend>notes</legend> 
    176176 
    177                                     <div class="fauxP"> 
    178                                     <p> 
    179                                             <button type="button" class="graphicButtons buttonNew" onclick="addEditRecord('new','note','<?php echo getAddEditFile($this->db, "tbld:a4cdd991-cf0a-916f-1240-49428ea1bdd1","add")?>')"><span>new</span></button> 
    180                                             <button id="noteedit" type="button" class="graphicButtons buttonEditDisabled" disabled="disabled" onclick="addEditRecord('edit','note','<?php echo $noteEditFile?>')"><span>edit</span></button> 
    181                                     </p> 
     177 
     178                                    <ul class="recordCommands"> 
     179                                        <li class="firstToolbarItem"><a href="#" title="new note" class="newRecord" onclick="addEditRecord('new','note','<?php echo getAddEditFile($this->db, "tbld:a4cdd991-cf0a-916f-1240-49428ea1bdd1","add")?>')"><span>new</span></a></li> 
     180                                        <li><a href="#" title="edit" id="noteedit" class="editRecordDisabled" onclick="addEditRecord('edit','note','<?php echo $noteEditFile?>')"><span>edit</span></a></li> 
     181                                    </ul> 
     182                                    <div class="recordContainers"> 
     183 
    182184                                    <div id="notesTable"  class="smallQueryTableHolder"> 
    183185                                            <?php if(!count($clientInfo["notes"])) {?> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.