|
@@ -79,9 +79,13 @@ $clothing_list_line = {
|
|
|
else
|
|
|
$RESULT += '<TD><center><img src="images/system/icons/clothing/resize_off.png"></center></TD>'
|
|
|
end
|
|
|
+
|
|
|
+ if ($ARGS[1] ! 'gm_school' or ARGS[2] ! 6):
|
|
|
+ $RESULT += '<TD><center><a href="exec:gt ''clothing'', ''qdelete'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>> "><img src="images/system/icons/clothing/delete_on.png"></a></center></TD>'
|
|
|
+ end
|
|
|
|
|
|
else
|
|
|
- $RESULT += '<TD></TD><TD></TD><TD></TD><TD></TD>'
|
|
|
+ $RESULT += '<TD></TD><TD></TD><TD></TD><TD></TD><TD></TD>'
|
|
|
if pcs_sewng >= 50 and tkan > 0 and (dyneval('RESULT = <<$ARGS[1]>>_b[<<ARGS[2]>>]') < pcs_hips - 8 or dyneval('RESULT = <<$ARGS[1]>>_b[<<ARGS[2]>>]') > pcs_hips + 8):
|
|
|
$RESULT += '<TD><center><a href="exec:gt ''clothing'', ''tresize'', ''<<$ARGS[0]>>'', ''<<$ARGS[1]>>'', <<ARGS[2]>> "><img src="images/system/icons/clothing/resize.png"></a></center></TD>'
|
|
|
else
|
|
@@ -134,6 +138,12 @@ if $ARGS[0] = 'qrepair':
|
|
|
gt 'clothing', 'clothing_list', '<<$ward_list_store>>'
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'qdelete':
|
|
|
+ *clr
|
|
|
+ dynamic '<<$ARGS[2]>>[<<ARGS[3]>>] = 0'
|
|
|
+ gt 'clothing', 'clothing_list', '<<$ward_list_store>>'
|
|
|
+end
|
|
|
+
|
|
|
if $ARGS[0] = 'tresize':
|
|
|
*clr
|
|
|
minut += 5
|