[Mapbender-commits] r2317 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 31 05:52:02 EDT 2008


Author: nimix
Date: 2008-03-31 05:52:02 -0400 (Mon, 31 Mar 2008)
New Revision: 2317

Modified:
   branches/2.5/http/php/mod_editFilteredUser.php
   branches/2.5/http/php/mod_editUser.php
Log:
hide resolution field

Modified: branches/2.5/http/php/mod_editFilteredUser.php
===================================================================
--- branches/2.5/http/php/mod_editFilteredUser.php	2008-03-31 09:42:05 UTC (rev 2316)
+++ branches/2.5/http/php/mod_editFilteredUser.php	2008-03-31 09:52:02 UTC (rev 2317)
@@ -342,14 +342,16 @@
    echo "</td>";
 echo "</tr>";
 
+echo"</table>";
+
 #resolution
-echo "<tr>";
-   echo "<td>Resolution: </td>";
-   echo "<td>";
-      echo "<input type='text' size='30' name='resolution' value='".$resolution."'>";
-   echo "</td>";
-echo "</tr>";
-echo"</table>";
+#echo "<tr>";
+#   echo "<td>Resolution: </td>";
+#   echo "<td>";
+      echo "<input type='hidden' size='30' name='resolution' value='".$resolution."'>";
+#   echo "</td>";
+#echo "</tr>";
+
 if($selected_user == 'new' || !isset($selected_user)){
    echo "<input type='button' value='save'  onclick='validate(\"save\")'>";
 }

Modified: branches/2.5/http/php/mod_editUser.php
===================================================================
--- branches/2.5/http/php/mod_editUser.php	2008-03-31 09:42:05 UTC (rev 2316)
+++ branches/2.5/http/php/mod_editUser.php	2008-03-31 09:52:02 UTC (rev 2317)
@@ -355,14 +355,16 @@
    echo "</td>";
 echo "</tr>";
 
+echo"</table>";
+
 #resolution
-echo "<tr>";
-   echo "<td>Resolution: </td>";
-   echo "<td>";
-      echo "<input type='text' size='30' name='resolution' value='".$resolution."'>";
-   echo "</td>";
-echo "</tr>";
-echo"</table>";
+#echo "<tr>";
+#   echo "<td>Resolution: </td>";
+#   echo "<td>";
+      echo "<input type='hidden' size='30' name='resolution' value='".$resolution."'>";
+#   echo "</td>";
+#echo "</tr>";
+
 if($selected_user == 'new' || !isset($selected_user)){
    echo "<input type='button' value='save'  onclick='validate(\"save\")'>";
 }



More information about the Mapbender_commits mailing list