From da90ff55725a9118ce6111ab2b6371650bf78ade Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Feb 2011 22:41:25 +0000 Subject: a mostly completed port of JHU/APL wire plugin to 1.8 git-svn-id: http://code.elgg.org/elgg/trunk@8183 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/forms/thewire/add.php | 64 +++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 mod/thewire/views/default/forms/thewire/add.php (limited to 'mod/thewire/views/default/forms') diff --git a/mod/thewire/views/default/forms/thewire/add.php b/mod/thewire/views/default/forms/thewire/add.php new file mode 100644 index 000000000..e34a8c0e5 --- /dev/null +++ b/mod/thewire/views/default/forms/thewire/add.php @@ -0,0 +1,64 @@ + 'parent_guid', + 'value' => $post->guid, + )); +} +?> + +
+ 140 +
+ $text, + 'internalid' => 'thewire-submit-button', +)); + +?> + -- cgit v1.2.3