mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
use 'save' instead of 'update' on button
This commit is contained in:
parent
39b2619305
commit
236400c69c
|
@ -68,7 +68,7 @@ class LetoDMS_View_SetExpires extends LetoDMS_Bootstrap_Style {
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td><input type="submit" class="btn" value="<?php printMLText("update");?>"></td>
|
<td><input type="submit" class="btn" value="<?php printMLText("save");?>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user