Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_edit.html URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_edit.html?rev=1608299&r1=1608298&r2=1608299&view=diff ============================================================================== --- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_edit.html (original) +++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_edit.html Sun Jul 6 21:50:00 2014 @@ -66,7 +66,7 @@ <div class="controls"> <p><textarea id="description" name="description" class="wikitext trac-resizable input-xxlarge" rows="10" cols="78"> $product.description</textarea></p> - <p class="help-block"> + <p class="help-block" i18n:msg=""> <span class="label label-info">Tip</span> You may use <a tabindex="42" href="${href.wiki('WikiFormatting')}">WikiFormatting</a> here. </p>
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_register.html URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_register.html?rev=1608299&r1=1608298&r2=1608299&view=diff ============================================================================== --- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_register.html (original) +++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_register.html Sun Jul 6 21:50:00 2014 @@ -62,7 +62,7 @@ <div class="controls"> <input type="text" id="username" name="username" class="textwidget input-large no-add-on" - value="${acctmgr.username}" placeholder="e.g. newuser"/> + value="${acctmgr.username}" placeholder="${_('e.g. newuser')}"/> </div> </div> <div class="control-group"> @@ -74,7 +74,7 @@ </span> <input type="password" name="password" id="password" class="textwidget input-large" - placeholder="Better use letters and numbers" /> + placeholder="${_('Better use letters and numbers')}" /> </div> </div> </div> @@ -87,7 +87,7 @@ </span> <input type="password" name="password_confirm" id="pasword_confirm" class="textwidget input-large" - placeholder="Must match password" /> + placeholder="${_('Must match password')}" /> </div> </div> </div> @@ -100,7 +100,7 @@ </span> <input type="text" name="email" value="${acctmgr.email}" class="textwidget input-large" id="email" - placeholder="[email protected]" /> + placeholder="${_('[email protected]')}" /> </div> <p class="help-block"> <span class="label label-info">Notice</span> @@ -137,7 +137,7 @@ <input type="text" name="name" id="name" class="textwidget input-large" value="${acctmgr.name}" - placeholder="e.g. John Smith" /> + placeholder="${_('e.g. John Smith')}" /> </div> </div> <div py:if="not verify_account_enabled" class="control-group"> @@ -149,7 +149,7 @@ </span> <input type="text" name="email" value="${acctmgr.email}" class="textwidget input-large" - placeholder="[email protected]" /> + placeholder="${_('[email protected]')}" /> <p py:if="reset_password_enabled" class="help-block"> <span class="label label-info">Notice</span> Entering your email address Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_reset_password.html URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_reset_password.html?rev=1608299&r1=1608298&r2=1608299&view=diff ============================================================================== --- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_reset_password.html (original) +++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_reset_password.html Sun Jul 6 21:50:00 2014 @@ -74,7 +74,7 @@ <label for="username" class="control-label">Username:</label> <div class="controls"> <input type="text" class="textwidget input-large no-add-on" - id="username" placeholder="e.g. myuser" name="username" /> + id="username" placeholder="${_('e.g. myuser')}" name="username" /> </div> </div> <div class="control-group"> @@ -86,7 +86,7 @@ </span> <input type="text" name="email" id="email" class="textwidget input-large" - placeholder="[email protected]"/> + placeholder="${_('[email protected]')}"/> </div> </div> </div> Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1608299&r1=1608298&r2=1608299&view=diff ============================================================================== --- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html (original) +++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Sun Jul 6 21:50:00 2014 @@ -411,7 +411,7 @@ <py:if test="ticket.exists"> <textarea id="edit-comment" class="trac-resizable span7 hide" name="edit-comment" - rows="4" placeholder="Enter new comment" onfocus="this.placeholder = ''" + rows="4" placeholder="${_('Enter new comment')}" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter new comment'"></textarea> <div id="edit-state-buttons-below" class="btn-toolbar hide"> @@ -504,7 +504,7 @@ <!--! Comment field --> <fieldset class="iefix"> <textarea id="comment" name="comment" class="trac-resizable" rows="2" - placeholder="Enter new comment" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter new comment'">${comment}</textarea> + placeholder="${_('Enter new comment')}" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter new comment'">${comment}</textarea> <input type="submit" id="comment-submit" class="btn pull-right" name="submit" value="${_('Submit')}" /> <label for="comment" class="help-block" i18n:msg=""> <span class="label label-info">Tip</span> Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1608299&r1=1608298&r2=1608299&view=diff ============================================================================== --- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html (original) +++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Sun Jul 6 21:50:00 2014 @@ -161,14 +161,14 @@ <div class="control-group"> <label for="field-summary">Summary</label> <input type="text" id="field-summary" class="input-block-level" - name="field_summary" placeholder="Ticket summary" /> + name="field_summary" placeholder="${_('Ticket summary')}" /> </div> <div class="control-group"> <label for="field-description">Description</label> <textarea id="field-description" class="input-block-level" name="field_description" rows="3" cols="28" - placeholder="Ticket description"></textarea> + placeholder="${_('Ticket description')}"></textarea> </div> <div class="control-group"> @@ -314,14 +314,14 @@ <div class="control-group"> <label for="inline-field-summary">Summary</label> <input type="text" id="inline-field-summary" class="input-block-level" - name="field_summary" placeholder="Ticket summary" /> + name="field_summary" placeholder="${_('Ticket summary')}" /> </div> <div class="control-group"> <label for="inline-field-description">Description</label> <textarea id="inline-field-description" class="input-block-level" name="field_description" rows="3" cols="28" - placeholder="Ticket description"></textarea> + placeholder="${_('Ticket description')}"></textarea> </div> <div class="control-group">
