Skip to content
Snippets Groups Projects
Commit 350bc697 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Add closing labels patch

parent 22538f17
No related branches found
No related tags found
No related merge requests found
Index: views/default/forms/forums/edittopic.php
===================================================================
--- views/default/forms/forums/edittopic.php (revision 1182)
+++ views/default/forms/forums/edittopic.php (working copy)
@@ -61,6 +61,7 @@
));
?>
+ </label>
</p>
<!-- topic message input -->
@@ -104,4 +105,4 @@
<input type="submit" class="submit_button" value="<?php echo elgg_echo('save'); ?>" />
</p>
- </form>
\ No newline at end of file
+ </form>
Index: views/default/forms/forums/addtopic.php
===================================================================
--- views/default/forms/forums/addtopic.php (revision 1182)
+++ views/default/forms/forums/addtopic.php (working copy)
@@ -56,6 +56,7 @@
));
?>
+ </label>
</p>
<!-- topic message input -->
......@@ -6,5 +6,6 @@ mkdir elgg_data
#Do patches
cd elgg
patch -p0 < ../patches/lowercase_post.diff
cd mod/groups
patch -p0 < ../../../patches/add_closing_labels.diff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment