Completed
Push — master ( ac2eae...7df72a )
by Aimeos
07:39
created
admin/jqadm/src/Admin/JQAdm/Product/Physical/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				$propItem->setValue( $value );
292 292
 
293 293
 				$item->addPropertyItem( $propItem );
294
-			}
295
-			else
294
+			} else
296 295
 			{
297 296
 				$item->deletePropertyItems( $propItems );
298 297
 			}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Price/Property/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['price.property.id']];
293 293
 					unset( $propItems[$entry['price.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Service/Price/Property/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['price.property.id']];
293 293
 					unset( $propItems[$entry['price.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Attribute/Price/Property/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['price.property.id']];
293 293
 					unset( $propItems[$entry['price.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
admin/jqadm/templates/type/catalog/lists/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 				<th class="actions">
128 128
 					<a class="btn fa act-add" tabindex="1"
129 129
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
130
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
130
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
131 131
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
132 132
 					</a>
133 133
 
@@ -209,13 +209,13 @@  discard block
 block discarded – undo
209 209
 					<td class="actions">
210 210
 						<a class="btn act-copy fa" tabindex="1"
211 211
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
212
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
212
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
213 213
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>">
214 214
 						</a>
215 215
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
216 216
 							<a class="btn act-delete fa" tabindex="1"
217 217
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>"
218
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
218
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
219 219
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>">
220 220
 							</a>
221 221
 						<?php endif; ?>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/media/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 				<th class="actions">
128 128
 					<a class="btn fa act-add" tabindex="1"
129 129
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
130
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
130
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
131 131
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
132 132
 					</a>
133 133
 
@@ -209,13 +209,13 @@  discard block
 block discarded – undo
209 209
 					<td class="actions">
210 210
 						<a class="btn act-copy fa" tabindex="1"
211 211
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
212
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
212
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
213 213
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>">
214 214
 						</a>
215 215
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
216 216
 							<a class="btn act-delete fa" tabindex="1"
217 217
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>"
218
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
218
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
219 219
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>">
220 220
 							</a>
221 221
 						<?php endif; ?>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/media/property/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 				<th class="actions">
128 128
 					<a class="btn fa act-add" tabindex="1"
129 129
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
130
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
130
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
131 131
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
132 132
 					</a>
133 133
 
@@ -209,13 +209,13 @@  discard block
 block discarded – undo
209 209
 					<td class="actions">
210 210
 						<a class="btn act-copy fa" tabindex="1"
211 211
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
212
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
212
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
213 213
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>">
214 214
 						</a>
215 215
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
216 216
 							<a class="btn act-delete fa" tabindex="1"
217 217
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>"
218
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
218
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
219 219
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>">
220 220
 							</a>
221 221
 						<?php endif; ?>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/media/lists/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 				<th class="actions">
128 128
 					<a class="btn fa act-add" tabindex="1"
129 129
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
130
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
130
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
131 131
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
132 132
 					</a>
133 133
 
@@ -209,13 +209,13 @@  discard block
 block discarded – undo
209 209
 					<td class="actions">
210 210
 						<a class="btn act-copy fa" tabindex="1"
211 211
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
212
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
212
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
213 213
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>">
214 214
 						</a>
215 215
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
216 216
 							<a class="btn act-delete fa" tabindex="1"
217 217
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>"
218
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
218
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
219 219
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>">
220 220
 							</a>
221 221
 						<?php endif; ?>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/attribute/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 				<th class="actions">
128 128
 					<a class="btn fa act-add" tabindex="1"
129 129
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
130
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
130
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
131 131
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
132 132
 					</a>
133 133
 
@@ -209,13 +209,13 @@  discard block
 block discarded – undo
209 209
 					<td class="actions">
210 210
 						<a class="btn act-copy fa" tabindex="1"
211 211
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
212
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
212
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
213 213
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>">
214 214
 						</a>
215 215
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
216 216
 							<a class="btn act-delete fa" tabindex="1"
217 217
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>"
218
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
218
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
219 219
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>">
220 220
 							</a>
221 221
 						<?php endif; ?>
Please login to merge, or discard this patch.