Use TabIndex in inherited templates
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 29 Jul 2024 16:49:01 +0000 (11:49 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 29 Jul 2024 16:49:01 +0000 (11:49 -0500)
src/pgwui_upload/templates/upload.mak

index cd23b8fdd36790bb37c0a3f30c48910e00f65d78..fbd5b0c0ea980b55cf296d96202f39176ec8c74c 100644 (file)
@@ -1,5 +1,5 @@
 <%doc>
-  Copyright (C) 2015, 2018, 2020, 2021 The Meme Factory, Inc.
+  Copyright (C) 2015, 2018, 2020, 2021, 2024 The Meme Factory, Inc.
   http://www.karlpinc.com/
  
      This file is part of PGWUI_Upload.
@@ -64,7 +64,7 @@
         </td>
         <td>
           <input name="table"
-                 tabindex="${tab_index}"
+                 tabindex="${tab_index.val}"
                  id="table_id"
                  type="text"
                  size="30"
@@ -72,6 +72,7 @@
                  />
         </td>
       </tr>
+      <% tab_index.inc() %>
 </%def>
 
 <%