mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
fix missing 's' in submit button type
This commit is contained in:
parent
99cb2503dc
commit
d76d528baa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user