Renamed type.properties according to prototype naming scheme recently introduced in Helma (s. http://helma.org/bugs/show_bug.cgi?id=533)

This commit is contained in:
Tobi Schäfer 2007-10-11 13:38:29 +00:00
parent 77845f0121
commit ded7f5fcea
28 changed files with 24 additions and 23 deletions

View file

@ -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$
##

View file

@ -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");

View file

@ -1,3 +1,4 @@
<% #delete %>
<form action="<% response.action %>" method="post">
<p class="storyTitle">Warning!</p>
<p><% param.text %></p>

View file

@ -16,9 +16,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
##
## $Revision$
## $LastChangedBy$
## $LastChangedDate$
## $Revision:3338 $
## $LastChangedBy:piefke3000 $
## $LastChangedDate:2007-09-22 23:48:33 +0200 (Sat, 22 Sep 2007) $
## $URL$
##

View file

@ -16,9 +16,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
##
## $Revision$
## $LastChangedBy$
## $LastChangedDate$
## $Revision:3337 $
## $LastChangedBy:piefke3000 $
## $LastChangedDate:2007-09-21 15:54:30 +0200 (Fri, 21 Sep 2007) $
## $URL$
##

View file

@ -16,9 +16,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
##
## $Revision$
## $LastChangedBy$
## $LastChangedDate$
## $Revision:3329 $
## $LastChangedBy:piefke3000 $
## $LastChangedDate:2007-09-14 15:18:09 +0200 (Fri, 14 Sep 2007) $
## $URL$
##

View file

@ -16,9 +16,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
##
## $Revision$
## $LastChangedBy$
## $LastChangedDate$
## $Revision:3346 $
## $LastChangedBy:piefke3000 $
## $LastChangedDate:2007-10-04 20:48:35 +0200 (Thu, 04 Oct 2007) $
## $URL$
##

View file

@ -31,11 +31,11 @@ _parent =
admin = mountpoint(Admin)
members = mountpoint(Members)
#layouts = mountpoint(RootLayoutMgr)
blogger = mountpoint(BloggerApi)
metaWeblog = mountpoint(MetaWeblogApi)
mt = mountpoint(MtApi)
## FIXME:
#blogger = mountpoint(BloggerApi)
#metaWeblog = mountpoint(MetaWeblogApi)
#mt = mountpoint(MtApi)
_children = collection(Site)
_children.accessname = name

View file

@ -16,9 +16,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
##
## $Revision$
## $LastChangedBy$
## $LastChangedDate$
## $Revision:3337 $
## $LastChangedBy:piefke3000 $
## $LastChangedDate:2007-09-21 15:54:30 +0200 (Fri, 21 Sep 2007) $
## $URL$
##