From: dongsheng
Date: Thu, 20 Nov 2008 05:51:47 +0000 (+0000)
Subject: "REPOSITORY/MDL-13766, when click cancel button, go back to file listing"
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f9c717b08ed4dcb896ec5a696b552e9aa49bdcf6;p=moodle.git
"REPOSITORY/MDL-13766, when click cancel button, go back to file listing"
---
diff --git a/repository/javascript.php b/repository/javascript.php
index 95ce2190ee..23785f1d29 100644
--- a/repository/javascript.php
+++ b/repository/javascript.php
@@ -364,9 +364,8 @@ _client.rename = function(oldname, url, icon, repo_id) {
html += '
';
*/
html += '';
- html += '$strback ';
html += '';
- html += '
';
+ html += '';
html += '';
panel.get('element').innerHTML += html;
var tree = document.getElementById('treediv-$suffix');