fix: replace all hardcoded $ symbols with Rp (IDR currency)
This commit is contained in:
@@ -346,15 +346,15 @@
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; font-size: 0.875rem;">
|
||||
<span style="flex: 1; font-weight: 500;"><?= e($menu['name']) ?>:</span>
|
||||
<div style="display: flex; align-items: center; gap: 0.25rem;">
|
||||
<span style="color: var(--text-muted);">$</span>
|
||||
<span style="color: var(--text-muted); font-size: 0.8rem; font-weight: 600;">Rp</span>
|
||||
<input type="number"
|
||||
step="0.01"
|
||||
step="1"
|
||||
min="0"
|
||||
name="prices[<?= e($menu['id']) ?>]"
|
||||
class="form-control"
|
||||
style="width: 90px; padding: 0.25rem 0.5rem; text-align: right;"
|
||||
style="width: 110px; padding: 0.25rem 0.5rem; text-align: right;"
|
||||
value="<?= (float)$menu['final_price'] > 0 ? e($menu['final_price']) : '' ?>"
|
||||
placeholder="0.00">
|
||||
placeholder="0">
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user