Add gettext call for "Update".
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 9 Mar 2008 04:49:58 +0000 (04:49 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 9 Mar 2008 04:49:58 +0000 (04:49 +0000)
Add standard whitespace rules to vim modeline.

git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8934 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/view.html

index 5911e70..7b08128 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 <!-- 
- vim:ft=mako: 
+ vim:ts=4:sw=4:et:ft=mako: 
 -->
 <%inherit file='../base.html'/>
 <%namespace file='../../common/widgets.html' name='widget' />
@@ -64,8 +64,8 @@ o        </select>&nbsp;<input type='submit' value='${_("Submit")}'/>
                           value="${c.oils.acq.picklist.value.id()}" />
                    <input name="${c.oils.acq.lineitem_item_count.cgi_name}"
                       type="text" size="3" value="${lineitem.item_count()}" />
-                   <button name='${c.oils.acq.lineitem_id.cgi_name}'
-                       value='${lineitem.id()}'>Update</button>
+            <button name='${c.oils.acq.lineitem_id.cgi_name}'
+             value='${lineitem.id()}'>_("Update")</button>
                </form>
            </td>
         </tr>