Changeset 101


Ignore:
Timestamp:
03/24/2009 08:46:41 PM (3 years ago)
Author:
ofer
Message:

tiny changes, removed useless comments, and made our options page validate in full

Location:
trunk/WordPress/plugin/transposh
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/js/transposh.js

    r92 r101  
    6666    '&translation_posted=1'; 
    6767         
    68     //jQuery("span:contains("+translation+")").css("text-decoration", "underline"); 
    6968    jQuery.ajax({   
    7069        type: "POST", 
  • trunk/WordPress/plugin/transposh/transposh_admin.php

    r100 r101  
    109109                echo "<td><img src=\"$plugin_url/flags/$flag.png\" alt=\"\"/>&nbsp;$language</td>"; 
    110110                echo '<td align="center">  <input type="checkbox" id="' . $code .'_view" name="' . 
    111                 $code . '_view" onChange="chbx_change(\'' . $code . '\')" ' . is_viewable($code) . '/></td>'; 
     111                $code . '_view" onchange="chbx_change(\'' . $code . '\')" ' . is_viewable($code) . '/></td>'; 
    112112                echo "\n"; 
    113113                echo '<td align="center">  <input type="checkbox" id="' . $code . '_edit" name="' . 
Note: See TracChangeset for help on using the changeset viewer.