Author: rjollos
Date: Wed Feb 11 14:31:41 2015
New Revision: 1658972

URL: http://svn.apache.org/r1658972
Log:
0.9dev: Indentation fixes.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_batch_modify.html

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_batch_modify.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_batch_modify.html?rev=1658972&r1=1658971&r2=1658972&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_batch_modify.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_batch_modify.html 
Wed Feb 11 14:31:41 2015
@@ -18,12 +18,12 @@
 -->
 
 <form xmlns="http://www.w3.org/1999/xhtml";
-     xmlns:py="http://genshi.edgewall.org/";
-     xmlns:i18n="http://genshi.edgewall.org/i18n";
+      xmlns:py="http://genshi.edgewall.org/";
+      xmlns:i18n="http://genshi.edgewall.org/i18n";
       i18n:domain="bhtheme"
-     xmlns:xi="http://www.w3.org/2001/XInclude";
-     id="batchmod_form" method="post" action="${req.href + '/batchmodify'}"
-     class="form-horizontal" >
+      xmlns:xi="http://www.w3.org/2001/XInclude";
+      id="batchmod_form" method="post" action="${req.href + '/batchmodify'}"
+      class="form-horizontal">
 
 <fieldset id="batchmod_fieldset">
   <legend class="foldable">Batch Modify</legend>
@@ -37,7 +37,7 @@
           placeholder="${_('Describe changes using WikiFormatting')}" />
       </td>
     </tr>
-    
+
     <tr id="add_batchmod_field_row">
       <td colspan="3">
         <div class="control-group">
@@ -54,24 +54,23 @@
         </div>
       </td>
     </tr>
-    
+
     <tr>
       <td colspan="3">
-        <fieldset id="batchmod_action"> 
+        <fieldset id="batchmod_action">
           <legend>Action</legend>
           <xi:include href="bh_ticket_actions.html" />
         </fieldset>
       </td>
     </tr>
   </table>
-  
+
   <div>
     <input type="hidden" name="selected_tickets" value=""/>
     <input type="hidden" name="query_href" value="${query_href}"/>
-    <input type="submit" id="batchmod_submit" name="batchmod_submit" 
-        class="btn" value="${_('Change tickets')}" />
+    <input type="submit" id="batchmod_submit" name="batchmod_submit" 
class="btn" value="${_('Change tickets')}" />
   </div>
-  
+
   <div id="batchmod_help" i18n:msg="">
     <p class="help-block pull-right">
       <span class="label label-info">Note</span> See <a 
href="${href.wiki('TracBatchModify')}">TracBatchModify</a> for help on using 
batch modify.
@@ -81,4 +80,3 @@
 </fieldset>
 
 </form>
-


Reply via email to