Better screen name

Sat, 26 Jul 2014 22:26:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 26 Jul 2014 22:26:30 +0200
changeset 139
ffcabb9166bf
parent 138
e7e7a23af890
child 140
1b001de37945

Better screen name

www-thermferm/profiles.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/profiles.php	Sat Jul 26 22:18:44 2014 +0200
+++ b/www-thermferm/profiles.php	Sat Jul 26 22:26:30 2014 +0200
@@ -248,7 +248,7 @@
     $outstr .= '        <td class="editfield">'.$UUID.'</td>'.PHP_EOL;
     $outstr .= '       </tr>'.PHP_EOL;
     $outstr .= '       <tr class="editor">'.PHP_EOL;
-    $outstr .= '        <td class="editname">Name</td>'.PHP_EOL;
+    $outstr .= '        <td class="editname">Profile Name</td>'.PHP_EOL;
     $outstr .= '        <td class="editfield"><input type="text" name="Name" size="50" value="'.$Name.'"></td>'.PHP_EOL;
     $outstr .= '       </tr>'.PHP_EOL;
     $outstr .= '       <tr class="editor">'.PHP_EOL;
@@ -350,7 +350,7 @@
     $outstr .= '     <form method="POST" action="profiles.php">'.PHP_EOL;
     $outstr .= '      <table class="editor">'.PHP_EOL;
     $outstr .= '       <tr class="editor">'.PHP_EOL;
-    $outstr .= '        <td class="editname">Name</td>'.PHP_EOL;
+    $outstr .= '        <td class="editname">Profile Name</td>'.PHP_EOL;
     $outstr .= '        <td class="editfield"><input type="text" name="Name" size="50" value="'.$Name.'"></td>'.PHP_EOL;
     $outstr .= '       </tr>'.PHP_EOL;
     $outstr .= '       <tr class="editor">'.PHP_EOL;

mercurial