Use table data input abstraction for non-input displayed value
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 3 Aug 2024 21:52:23 +0000 (16:52 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 3 Aug 2024 21:52:23 +0000 (16:52 -0500)
src/pgwui_common/templates/auth_base.mak

index eb92dbc3d1ab350bcf2063a4c09364929c1b3c90..f18d96beae50bb0353e6ecfb2fefba3fa5968c3d 100644 (file)
@@ -99,7 +99,9 @@
       <tr>
         <%self.lib:td_label for_id="user_id">Username</%self.lib:td_label>
           % if havecreds:
-            <td><span id="user_id">${user}</span></td>
+            <%self.lib:td_input tab_index="${tab_index}" tab_inc="${0}">
+              <span id="user_id">${user}</span>
+            </%self.lib:td_input>
           % else:
             <%self.lib:td_input tab_index="${tab_index}">
               <input name="user"