Ignore:
Timestamp:
Jul 24, 2009, 11:11:36 AM (15 years ago)
Author:
grum
Message:

Update LMT to 1.0.3
Minor changes (bugs / see main.inc.php file for details)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/admin/plugin_admin_list.tpl

    r3396 r3666  
    1010    $("#nbphotos").attr("innerHTML", tmp.substr(0,tmp.indexOf("#")));
    1111    $("#list").attr("innerHTML", tmp.substr(tmp.indexOf("#")+1));
     12    $("#filter").value("innerHTML", tmp.substr(tmp.indexOf("#")+1));
    1213  }
    1314{/literal}
     
    2728  </div>
    2829 
     30  <form method="POST">
    2931    <p class="lmt_page" style="border-top:1px dotted;padding-top:10px;">
    3032      <span id="nbphotos" style="float:right;"></span>
     
    3739    </p>
    3840
    39   <form method="POST">
    4041    <input type="submit" name="submit_add_to_caddie" value="{'lmt_add_to_caddie'|@translate}">&nbsp;
    4142    <input type="submit" name="submit_replace_caddie" value="{'lmt_replace_caddie'|@translate}">
Note: See TracChangeset for help on using the changeset viewer.