[Mpuls-commits] r4039 - base/trunk/mpulsweb/templates/auth

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 27 09:57:22 CEST 2010


Author: torsten
Date: 2010-10-27 09:57:22 +0200 (Wed, 27 Oct 2010)
New Revision: 4039

Modified:
   base/trunk/mpulsweb/templates/auth/login.mako
Log:
* mpulsweb/templates/auth/login.mako: Renamed parameter for dbname on
login page.


Modified: base/trunk/mpulsweb/templates/auth/login.mako
===================================================================
--- base/trunk/mpulsweb/templates/auth/login.mako	2010-10-27 07:56:12 UTC (rev 4038)
+++ base/trunk/mpulsweb/templates/auth/login.mako	2010-10-27 07:57:22 UTC (rev 4039)
@@ -41,10 +41,10 @@
     ## file.
     % if len(h.get_db_selectionlist()) > 0:
     <div class="label">
-      <label for="DB_NAME_FROM_LIST">${_('adm_form_label_agency')}:</label>
+      <label for="dbname">${_('adm_form_label_agency')}:</label>
     </div>
     <div class="input">
-      <select name='DB_NAME_FROM_LIST' size=1>
+      <select name='dbname' size=1>
       % for db, info in h.get_db_selectionlist().items():
            <option value="${db}">${info.get('label')}</option>
       % endfor



More information about the Mpuls-commits mailing list