1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Button GUI fix (admin > search)

This commit is contained in:
Tijn Kuyper
2013-02-04 18:38:57 +01:00
parent 056ad7fcc3
commit 3725b79705

View File

@@ -339,7 +339,7 @@ elseif ($query[0] == 'edit')
</tbody>
</table>
<div class='buttons-bar center'>
<button class='update' type='submit' name='update_handler' value='no-value'><span>".LAN_UPDATE."</span></button>
".$frm->admin_button('update_handler', 'no-value', 'update', LAN_UPDATE)."
</div>
</fieldset>
</form>