1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

not proper 'rel' attribute removed

This commit is contained in:
secretr
2009-04-27 10:44:09 +00:00
parent e0ee6c455e
commit 7886d83b86

View File

@@ -9,8 +9,8 @@
* Administration Area - Admin Log * Administration Area - Admin Log
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/admin_log.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/admin_log.php,v $
* $Revision: 1.25 $ * $Revision: 1.26 $
* $Date: 2008-12-21 12:53:11 $ * $Date: 2009-04-27 10:44:09 $
* $Author: secretr $ * $Author: secretr $
* *
*/ */
@@ -814,7 +814,7 @@ if(isset($page_title[$action]))
$text .= " $text .= "
</table> </table>
<div class='buttons-bar center'> <div class='buttons-bar center'>
<button class='delete' type='submit' name='clearfilters' rel='no-confirm' value='".RL_LAN_114."'><span>".RL_LAN_114."</span></button> <button class='delete no-confirm' type='submit' name='clearfilters' value='".RL_LAN_114."'><span>".RL_LAN_114."</span></button>
<button class='update' type='submit' name='updatefilters' value='".RL_LAN_028."'><span>".RL_LAN_028."</span></button> <button class='update' type='submit' name='updatefilters' value='".RL_LAN_028."'><span>".RL_LAN_028."</span></button>
</div> </div>
</fieldset> </fieldset>