1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

change value to no-value when it has no value

This commit is contained in:
marj
2009-08-15 15:44:37 +00:00
parent 8885c109d1
commit 9151ee491b
15 changed files with 81 additions and 81 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area - Emotions Settings & Packs
*
* $Source: /cvs_backup/e107_0.8/e107_admin/emoticon.php,v $
* $Revision: 1.14 $
* $Date: 2009-07-17 23:23:36 $
* $Author: e107coders $
* $Revision: 1.15 $
* $Date: 2009-08-15 15:44:37 $
* $Author: marj_nl_fr $
*
*/
@@ -322,8 +322,8 @@ class emotec
</table>
<div class='buttons-bar center'>
<input type='hidden' name='packID' value='{$packID}' />
<button class='update' type='submit' name='sub_conf' value='".EMOLAN_14."'><span>".EMOLAN_14."</span></button>
<button class='cancel' type='submit' name='cancel' value='".LAN_CANCEL."'><span>".LAN_CANCEL."</span></button>
<button class='update' type='submit' name='sub_conf' value='no-value'><span>".EMOLAN_14."</span></button>
<button class='cancel' type='submit' name='cancel' value='no-value'><span>".LAN_CANCEL."</span></button>
</div>
</fieldset>
</form>";