Author: sevein
Date: Fri Sep 30 12:23:39 2011
New Revision: 9882

Log:
Ad type text to input tag

Modified:
   trunk/apps/qubit/modules/informationobject/templates/_childLevels.php

Modified: trunk/apps/qubit/modules/informationobject/templates/_childLevels.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_childLevels.php       
Fri Sep 30 10:46:54 2011        (r9881)
+++ trunk/apps/qubit/modules/informationobject/templates/_childLevels.php       
Fri Sep 30 12:23:39 2011        (r9882)
@@ -16,19 +16,16 @@
     </thead><tbody>
       <tr>
         <td>
-          <input name="updateChildLevels[0][identifier]"/>
+          <input type="text" name="updateChildLevels[0][identifier]"/>
         </td><td>
           <select name="updateChildLevels[0][levelOfDescription]" 
id="updateChildLevels_0_levelOfDescription">
-
             <option value="">&nbsp;</option>
-
             <?php foreach (QubitTerm::getLevelsOfDescription() as $item): ?>
               <option value="<?php echo $item->id ?>"><?php echo 
$item->__toString() ?></option>
             <?php endforeach; ?>
-
           </select>
         </td><td>
-          <input name="updateChildLevels[0][title]"/>
+          <input type="text" name="updateChildLevels[0][title]"/>
         </td>
       </tr>
     </tbody>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to