fix missing 's' in submit button type

This commit is contained in:
Uwe Steinmann 2013-12-11 11:29:38 +01:00
parent 99cb2503dc
commit d76d528baa

View File

@ -52,7 +52,7 @@ class SeedDMS_View_MoveFolder extends SeedDMS_Blue_Style {
<td><?php $this->printFolderChooser("form1", M_READWRITE, $folder->getID());?></td>
</tr>
<tr>
<td colspan="2"><input type="ubmit" value="<?php printMLText("move_folder"); ?>"></td>
<td colspan="2"><input type="submit" value="<?php printMLText("move_folder"); ?>"></td>
</tr>
</table>
</form>