* Thu Sep 25 2025 Brian Read <brianr@koozali.org> 1.0-25.sme

- Sort outy Remove panel placement and operation of buttons [SME: 13168]
This commit is contained in:
2025-09-25 19:02:35 +01:00
parent bd88797db8
commit 2e7e5047d8
3 changed files with 332 additions and 388 deletions

View File

@@ -8,7 +8,7 @@
<p><br><span class=label>
%=l 'wrg_CONF_NAME'
</span>
%= $wrg_datas->{wgconf}
%= $wrg_datas->{account}
<br></p>
<p><span class=label>
@@ -17,14 +17,14 @@
%= $wrg_datas->{wgcomment}
<br></p>
<div class='center'>
%= submit_button l('CANCEL'), name => 'cancel', class => 'action'
%= submit_button l('REMOVE'), name => 'remove', class => 'action'
</div>
<div class="center">
%= submit_button l('REMOVE'), name => 'remove', class => 'action left-btn'
%= submit_button l('CANCEL'), name => 'cancel', class => 'action center-btn'
</div>
%= hidden_field 'trt' => $wrg_datas->{trt}
%= hidden_field 'Wgconf' => $wrg_datas->{wgconf}
%= hidden_field 'Wgconf' => $wrg_datas->{account}
% end
</div>
</div>