diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:33:14 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:33:14 +0000 |
commit | ba7c75f865065caa6910578e0ca9bab6937ca293 (patch) | |
tree | 93d0f3b09c8533e6bc71e244956e8db3abadfce4 /views/default/object/image.php | |
parent | a9352fbfb62cebabb29fac26c971ace49ff92be9 (diff) | |
download | elgg-ba7c75f865065caa6910578e0ca9bab6937ca293.tar.gz elgg-ba7c75f865065caa6910578e0ca9bab6937ca293.tar.bz2 |
updated tagging instructions
Diffstat (limited to 'views/default/object/image.php')
-rw-r--r-- | views/default/object/image.php | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/views/default/object/image.php b/views/default/object/image.php index df00d752e..03d7190f3 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -169,14 +169,8 @@ if ($photo_tags) { echo '</div>'; // content wrapper ?> <div id='tagging_instructions'> - <table> - <tbody> - <tr> - <td width='375' align='center'><div id='instructions_default_message'><?php echo elgg_echo('tidypics:taginstruct'); ?></div></td> - <td valign='middle'><button class='submit_button' onclick='stopTagging()'><?php echo elgg_echo('tidypics:finish_tagging'); ?></button></td> - </tr> - </tbody> - </table> + <div id='tag_instruct_text'><?php echo elgg_echo('tidypics:taginstruct'); ?></div> + <div id='tag_instruct_button_div'><button class='submit_button' id='tag_instruct_button' onclick='stopTagging()'><?php echo elgg_echo('tidypics:finish_tagging'); ?></button></div> </div> <div id="tag_menu"> |