diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 17:58:35 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 17:58:35 +0000 |
commit | c350f0cfc0b0393ffb49ef39c2123ae343fa7baf (patch) | |
tree | b0fcb9456419f52379d72e20d22570e32fba2db6 /mod/thewire | |
parent | 33b3fae7aeaf94b85bba04a7c1633f892292d5b6 (diff) | |
download | elgg-c350f0cfc0b0393ffb49ef39c2123ae343fa7baf.tar.gz elgg-c350f0cfc0b0393ffb49ef39c2123ae343fa7baf.tar.bz2 |
a tweak to the wire
git-svn-id: https://code.elgg.org/elgg/trunk@2904 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire')
-rw-r--r-- | mod/thewire/views/default/thewire/forms/add.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mod/thewire/views/default/thewire/forms/add.php b/mod/thewire/views/default/thewire/forms/add.php index a424e4eb4..c61923730 100644 --- a/mod/thewire/views/default/thewire/forms/add.php +++ b/mod/thewire/views/default/thewire/forms/add.php @@ -36,16 +36,8 @@ function textCounter(field,cntfield,maxlimit) { $display .= "<div class='thewire_characters_remaining'><input readonly type=\"text\" name=\"remLen1\" size=\"3\" maxlength=\"3\" value=\"140\" class=\"thewire_characters_remaining_field\">"; echo $display; echo elgg_echo("thewire:charleft") . "</div>"; - echo "<label> " .elgg_echo('access'). "</label>"; ?> </label> - <p> - <?php - - echo elgg_view('input/access', array('internalname' => 'access_id', 'value' => 2)); - - ?> - </p> <input type="hidden" name="method" value="site" /> <br /> <input type="submit" value="<?php echo elgg_echo('save'); ?>" id="thewire_submit_button" /> |