changeset 82:a071dacdcfc5

Change order of table fields.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Oct 2013 22:43:53 +0300
parents 491c03e3a2bc
children 4d32e870dda7
files ajax.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ajax.php	Thu Oct 17 20:41:22 2013 +0300
+++ b/ajax.php	Thu Oct 17 22:43:53 2013 +0300
@@ -220,15 +220,15 @@
           " <tr>\n".
           "  <th>Name</th>\n".
           "  <th>Groups</th>\n".
+          "  <th>Oneliner</th>\n".
           "  <th>E-mail</th>\n".
-          "  <th>Oneliner</th>\n".
           "  <th>Actions</th>\n".
           " </tr>\n".
           " <tr>\n".
           "  <td>".stGetFormTextInput(20, 64, "name", "x", $prefix, "")."</td>\n".
           "  <td>".stGetFormTextInput(20, 64, "groups", "x", $prefix, "")."</td>\n".
+          "  <td>".stGetFormTextInput(30, 64, "oneliner", "x", $prefix, "")."</td>\n".
           "  <td>".stGetFormTextInput(20, 64, "email", "x", $prefix, "")."</td>\n".
-          "  <td>".stGetFormTextInput(30, 64, "oneliner", "x", $prefix, "")."</td>\n".
           "  <td>".stGetFormButtonInput("add", "", $prefix, " Add new ", "addAttendee()")."</td>\n".
           " </tr>\n".
           "</table>\n";