Skip to content
Snippets Groups Projects
Commit 52602309 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

No commit message

No commit message
parent a3d75a65
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ if ($vars['title'] == "Edit profile") {
}
#maincontent form.cool input[name$="city"] {
text-transform: capitalize;
}
</style>
<script type="text/javascript">
(function(){
......@@ -144,7 +148,8 @@ if ($vars['title'] == "Edit profile") {
$("input[name=form_data_profile_attended_to]").remove();
$("input[name=form_data_map_explanation]").parent().parent().css("border-bottom","#CCC 1px dotted");
$("input[name=form_data_profile_city]").parent().parent().prepend('<h6 style="width:150px;margin:0;text-align:right;"><strong>Your Map Location</strong></h6>');
$("input[name=form_data_profile_city]").parent().parent().prepend('<h6 style="width:150px;margin:0;text-align:right;"><strong>Your Map Location</strong></h6>'
+ '<p>Please enter the location you want to use for yourself on the map.</p>');
/* set up various year inputs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment