changeset 679:cbb66cb60930

Rename a function.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Nov 2014 13:53:56 +0200
parents 32724ab0d486
children c9b96a7b9dc4
files msite.inc.php
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Sun Nov 09 05:07:08 2014 +0200
+++ b/msite.inc.php	Sun Nov 09 13:53:56 2014 +0200
@@ -202,15 +202,15 @@
   }
 
   echo
-    stGetTDEditTextItem($edit, 20, SET_LEN_USERNAME, "name", $id, $prefix, $item["name"]).
-    stGetTDEditTextItem($edit, 20, SET_LEN_GROUPS, "groups", $id, $prefix, $item["groups"]).
+    stGetTDFormTextInput($edit, 20, SET_LEN_USERNAME, "name", $id, $prefix, $item["name"]).
+    stGetTDFormTextInput($edit, 20, SET_LEN_GROUPS, "groups", $id, $prefix, $item["groups"]).
     "<td class=\"regtime\">".date("d.m. H:i", $item["regtime"])."</td>".
-    stGetTDEditTextItem($edit, 30, SET_LEN_ONELINER, "oneliner", $id, $prefix, $item["oneliner"], "autocomplete=\"off\"");
+    stGetTDFormTextInput($edit, 30, SET_LEN_ONELINER, "oneliner", $id, $prefix, $item["oneliner"], "autocomplete=\"off\"");
 
   if ($full)
   {
     echo
-      stGetTDEditTextItem($edit, 20, SET_LEN_EMAIL, "email", $id, $prefix, $item["email"], "autocomplete=\"off\"");
+      stGetTDFormTextInput($edit, 20, SET_LEN_EMAIL, "email", $id, $prefix, $item["email"], "autocomplete=\"off\"");
 
     if ($edit)
     {
@@ -350,7 +350,7 @@
 }
 
 
-function stGetTDEditTextItem($edit, $size, $len, $name, $id, $prefix, $value, $extra = "")
+function stGetTDFormTextInput($edit, $size, $len, $name, $id, $prefix, $value, $extra = "")
 {
   return
     "<td class=\"".$name."\">".