projects
/
WP-Plugins
/
glm-member-db-customfields.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d14ee19
)
Moved price to end of picklist option rather than the front of the option
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 3 Jan 2018 21:46:26 +0000
(16:46 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 3 Jan 2018 21:46:26 +0000
(16:46 -0500)
views/front/customFields/displayForm.html
patch
|
blob
|
history
diff --git
a/views/front/customFields/displayForm.html
b/views/front/customFields/displayForm.html
index
051a04c
..
3050d54
100644
(file)
--- a/
views/front/customFields/displayForm.html
+++ b/
views/front/customFields/displayForm.html
@@
-41,7
+41,7
@@
<option value=""></option>
{foreach $field.options as $option}
<option value="{$option.option_value}" {if $option.option_default.value}selected{/if}>
- {
if $option.option_cost>0}${$option.option_cost|number_format:2}{/if} {$option.option_text
}
+ {
$option.option_text}{if $option.option_cost>0} ${$option.option_cost|number_format:2}{/if
}
</option>
{/foreach}
</select>