From 2ea7797c89be44f8f3e4ebaf900513f90e532c0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?=
-
diff --git a/code/Comment/edit.skin b/code/Comment/edit.skin
index f654826c..ec88e79d 100644
--- a/code/Comment/edit.skin
+++ b/code/Comment/edit.skin
@@ -1,6 +1,6 @@
-Choice <% param.count %>:
+Choice <% param.count %>:
Text:
+
Text:
<% this.text as="editor" width="31" height="10" style="formText" %>
<% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %>
diff --git a/code/File/edit.skin b/code/File/edit.skin index 5cfbd2b8..cb7a8d55 100644 --- a/code/File/edit.skin +++ b/code/File/edit.skin @@ -1,23 +1,23 @@To insert this goodie into a story copy/paste the following code: <% goodie name="<% this.alias %>" %> |
+To insert this goodie into a story copy/paste the following code: <% goodie name="<% this.alias %>" %> |
||
- | <% this.alias as="editor" %> | ++ | <% this.alias as="editor" %> |
Description: | -<% this.description as="editor" width="25" %> | +Description: | +<% this.description as="editor" width="25" %> |
- | <% this.filesize prefix="size: " suffix=" " %> -<% this.mimetype prefix="format: " suffix=" " %> |
++ | <% this.filesize prefix="size: " suffix=" " %> +<% this.mimetype prefix="format: " suffix=" " %> |
- | <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> | ++ | <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> |
<% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %>
+ diff --git a/code/HopObject/historyview.skin b/code/HopObject/historyview.skin index 01e69c08..78373177 100644 --- a/code/HopObject/historyview.skin +++ b/code/HopObject/historyview.skin @@ -1,5 +1,5 @@- | <% this.alias as="editor" width="25" %> | ++ | <% this.alias as="editor" width="25" %> |
Alttext: | -<% this.alttext as="editor" width="25" %> | +Alttext: | +<% this.alttext as="editor" width="25" %> |
- | <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> | ++ | <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> |
To change the status of this member, simply choose from the dropdown-menu and click on "save" (the member will get a mail telling that his/her status has been changed by you).
- | <% this.username %> | ++ | <% this.username %> |
eMail: | -<% this.email %> | +eMail: | +<% this.email %> |
url: | -<% this.url %> | +url: | +<% this.url %> |
currently | -<% this.level %> | +currently | +<% this.level %> |
change to: | -<% this.level as="editor" %> | +change to: | +<% this.level as="editor" %> |
- | <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> | ++ | <% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %> |