Author: rjollos
Date: Wed Jul 3 02:01:31 2013
New Revision: 1499174
URL: http://svn.apache.org/r1499174
Log:
Avoid duplicate edit forms when a collision occurs in normal edit mode (i.e.
not side-by-side). Fixes #580.
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html?rev=1499174&r1=1499173&r2=1499174&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit.html Wed
Jul 3 02:01:31 2013
@@ -205,7 +205,7 @@
editing. Your changes cannot be saved.
</div>
</div>
- <div class="span12">
+ <div py:if="sidebyside" class="span12">
<xi:include href="bh_wiki_edit_form.html" />
</div>
</py:when>