dimps123 / web-invoice

Automatically exported from code.google.com/p/web-invoice
GNU General Public License v3.0
0 stars 2 forks source link

exclude this from translation or make a change #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Display.php 

StartLine: 67

<ul class="subsubsub" style="margin: 0;">
    <li><?php _e('Filter:', WEB_INVOICE_TRANS_DOMAIN); ?></li>
    <li><a href='#' class="" id=""><?php _e('All Invoices', WEB_INVOICE_TRANS_DOMAIN); ?></a>
    |</li>
    <li><a href='#' class="paid" id=""><?php _e('Paid', WEB_INVOICE_TRANS_DOMAIN); ?></a>
    |</li>
    <li><a href='#' class="sent" id=""><?php _e('Unpaid', WEB_INVOICE_TRANS_DOMAIN); ?></a>
    |</li>
    <li><?php _e('Custom: ', WEB_INVOICE_TRANS_DOMAIN); ?><input
        type="text" id="FilterTextBox" class="search-input"
        name="FilterTextBox" /></li>

-----------------------
Click on Paid, then filter is :paid and not the translated word.

Original issue reported on code.google.com by badgrand...@gmail.com on 5 Oct 2010 at 5:46