Browse Source

Remove deprecations

Mark Scherer 10 years ago
parent
commit
115dad166a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      View/Qlogin/admin_index.ctp

+ 2 - 2
View/Qlogin/admin_index.ctp

@@ -24,9 +24,9 @@
 
 
 <div class="actions">
 <div class="actions">
 	<ul>
 	<ul>
-		<li><?php echo $this->Html->link(__d('tools', 'Reset %s', __d('tools', 'Qlogins')), ['action' => 'reset'], [], __d('tools', 'Sure?'));?></li>
+		<li><?php echo $this->Html->link(__d('tools', 'Reset %s', __d('tools', 'Qlogins')), ['action' => 'reset'], ['confirm' => __d('tools', 'Sure?')]);?></li>
 	<?php if (false) { ?>
 	<?php if (false) { ?>
 		<li><?php echo $this->Html->link(__d('tools', 'List %s', __d('tools', 'Qlogins')), ['action' => 'listing']);?></li>
 		<li><?php echo $this->Html->link(__d('tools', 'List %s', __d('tools', 'Qlogins')), ['action' => 'listing']);?></li>
 	<?php } ?>
 	<?php } ?>
 	</ul>
 	</ul>
-</div>
+</div>