diff --git a/code/Admin/type.properties b/code/Admin/Admin.properties similarity index 100% rename from code/Admin/type.properties rename to code/Admin/Admin.properties diff --git a/code/Archive/type.properties b/code/Archive/Archive.properties similarity index 100% rename from code/Archive/type.properties rename to code/Archive/Archive.properties diff --git a/code/Choice/type.properties b/code/Choice/Choice.properties similarity index 100% rename from code/Choice/type.properties rename to code/Choice/Choice.properties diff --git a/code/Comment/type.properties b/code/Comment/Comment.properties similarity index 100% rename from code/Comment/type.properties rename to code/Comment/Comment.properties diff --git a/code/File/type.properties b/code/File/File.properties similarity index 100% rename from code/File/type.properties rename to code/File/File.properties diff --git a/code/Files/type.properties b/code/Files/Files.properties similarity index 87% rename from code/Files/type.properties rename to code/Files/Files.properties index 0b030f85..f8a329c6 100644 --- a/code/Files/type.properties +++ b/code/Files/Files.properties @@ -16,9 +16,9 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## -## $Revision$ -## $LastChangedBy$ -## $LastChangedDate$ +## $Revision:3339 $ +## $LastChangedBy:piefke3000 $ +## $LastChangedDate:2007-09-25 00:00:46 +0200 (Tue, 25 Sep 2007) $ ## $URL$ ## diff --git a/code/HopObject/HopObject.js b/code/HopObject/HopObject.js index c1296499..be640970 100644 --- a/code/HopObject/HopObject.js +++ b/code/HopObject/HopObject.js @@ -87,7 +87,7 @@ HopObject.prototype.delete_action = function() { res.data.action = this.href(req.action); res.data.title = gettext("Confirm deletion of " + this); - res.data.body = this.renderSkinAsString("delete", { + res.data.body = this.renderSkinAsString("HopObject#delete", { text: gettext('You are about to delete {0}.', this) }); res.handlers.site.renderSkin("page"); diff --git a/code/HopObject/delete.skin b/code/HopObject/HopObject.skin similarity index 97% rename from code/HopObject/delete.skin rename to code/HopObject/HopObject.skin index dcbe5dd2..66608233 100644 --- a/code/HopObject/delete.skin +++ b/code/HopObject/HopObject.skin @@ -1,3 +1,4 @@ +<% #delete %>