Changeset 17811

Show
Ignore:
Timestamp:
09/30/08 17:34:33 (2 months ago)
Author:
flack
Message:

fix some js errors introduced in r17339

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/widget/sortable.php

    r17339 r17811  
    215215            $html = "<script type=\"text/javascript\">\n"; 
    216216            $html .= "    // <![CDATA[\n"; 
    217             $html .= "        \jQuery('#{$this->name}_sortable').create_sortable();\n"; 
     217            $html .= "        jQuery('#{$this->name}_sortable').create_sortable();\n"; 
    218218            $html .= "    // ]]>\n"; 
    219219            $html .= "</script>\n"; 
  • trunk/midcom/midgard.admin.asgard/handler/object/rcs.php

    r17736 r17811  
    552552        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL . '/midgard.admin.asgard/rcs.js'); 
    553553        $_MIDCOM->add_jsfile(MIDCOM_STATIC_URL . '/jQuery/jquery.tablesorter.pack.js'); 
    554         $_MIDCOM->add_jscript("\jQuery(document).ready(function() 
    555         { 
    556             \jQuery('#midgard_admin_asgard_rcs_version_compare table').tablesorter({ 
     554        $_MIDCOM->add_jscript("jQuery(document).ready(function() 
     555        { 
     556            jQuery('#midgard_admin_asgard_rcs_version_compare table').tablesorter({ 
    557557                headers: 
    558558                { 
  • trunk/midcom/midgard.admin.asgard/style/midgard_admin_asgard_object_attachments_header.php

    r17339 r17811  
    7676            echo "<script type=\"text/javascript\">\n"; 
    7777            echo "// <![CDATA[\n"; 
    78             echo "\jQuery('#attachment_table').tablesorter(\n"; 
     78            echo "jQuery('#attachment_table').tablesorter(\n"; 
    7979            echo "  {\n"; 
    8080            echo "      widgets: ['zebra'],\n"; 
  • trunk/midcom/midgard.admin.asgard/style/midgard_admin_asgard_trash_type.php

    r17339 r17811  
    114114    echo "            <td colspan=\"5\">\n"; 
    115115    echo "                <label for=\"select_all\">\n"; 
    116     echo "                    <input type=\"checkbox\" name=\"select_all\" id=\"select_all\" value=\"\" onclick=\"\jQuery(this).check_all('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('select all', 'midgard.admin.asgard'); 
     116    echo "                    <input type=\"checkbox\" name=\"select_all\" id=\"select_all\" value=\"\" onclick=\"jQuery(this).check_all('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('select all', 'midgard.admin.asgard'); 
    117117    echo "                </label>\n"; 
    118118    echo "                <label for=\"invert_selection\">\n"; 
    119     echo "                    <input type=\"checkbox\" name=\"invert_selection\" id=\"invert_selection\" value=\"\" onclick=\"\jQuery(this).invert_selection('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('invert selection', 'midgard.admin.asgard'); 
     119    echo "                    <input type=\"checkbox\" name=\"invert_selection\" id=\"invert_selection\" value=\"\" onclick=\"jQuery(this).invert_selection('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('invert selection', 'midgard.admin.asgard'); 
    120120    echo "                </label>\n"; 
    121121    echo "            </td>\n"; 
     
    140140    echo "<script type=\"text/javascript\">\n"; 
    141141    echo "// <![CDATA[\n"; 
    142     echo "\jQuery('#batch_process').tablesorter(\n"; 
     142    echo "jQuery('#batch_process').tablesorter(\n"; 
    143143    echo "  {\n"; 
    144144    echo "      widgets: ['zebra'],\n"; 
  • trunk/midcom/midgard.admin.asgard/style/midgard_admin_asgard_type.php

    r17574 r17811  
    111111        echo "<script type=\"text/javascript\">\n"; 
    112112        echo "        // <![CDATA[\n"; 
    113         echo "            \jQuery('#search_results').tablesorter(\n"; 
     113        echo "            jQuery('#search_results').tablesorter(\n"; 
    114114        echo "            {\n "; 
    115115        echo "                widgets: ['zebra'],"; 
  • trunk/midcom/midgard.admin.asgard/style/midgard_admin_asgard_welcome.php

    r17574 r17811  
    140140    echo "            <td colspan=\"5\">\n"; 
    141141    echo "                <label for=\"select_all\">\n"; 
    142     echo "                    <input type=\"checkbox\" name=\"select_all\" id=\"select_all\" value=\"\" onclick=\"\jQuery(this).check_all('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('select all', 'midgard.admin.asgard'); 
     142    echo "                    <input type=\"checkbox\" name=\"select_all\" id=\"select_all\" value=\"\" onclick=\"jQuery(this).check_all('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('select all', 'midgard.admin.asgard'); 
    143143    echo "                </label>\n"; 
    144144    echo "                <label for=\"invert_selection\">\n"; 
    145     echo "                    <input type=\"checkbox\" name=\"invert_selection\" id=\"invert_selection\" value=\"\" onclick=\"\jQuery(this).invert_selection('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('invert selection', 'midgard.admin.asgard'); 
     145    echo "                    <input type=\"checkbox\" name=\"invert_selection\" id=\"invert_selection\" value=\"\" onclick=\"jQuery(this).invert_selection('#batch_process tbody');\" />" . $_MIDCOM->i18n->get_string('invert selection', 'midgard.admin.asgard'); 
    146146    echo "                </label>\n"; 
    147147    echo "            </td>\n"; 
     
    199199    echo "<script type=\"text/javascript\">\n"; 
    200200    echo "        // <![CDATA[\n"; 
    201     echo "            \jQuery('#batch_process').tablesorter(\n"; 
     201    echo "            jQuery('#batch_process').tablesorter(\n"; 
    202202    echo "            {\n "; 
    203203    echo "                widgets: ['zebra'],\n"; 
     
    270270        echo "<script type=\"text/javascript\">\n"; 
    271271        echo "        // <![CDATA[\n"; 
    272         echo "            \jQuery('#last_visited').tablesorter(\n"; 
     272        echo "            jQuery('#last_visited').tablesorter(\n"; 
    273273        echo "            {\n "; 
    274274        echo "                widgets: ['zebra'],\n";