Add public campaign link to campaign dashboard

master
Sven Slootweg 11 years ago
parent e816b020e1
commit f7182d1de3

@ -201,7 +201,7 @@ pre.debug
float: left; float: left;
} }
.formfield input:not([type=checkbox]), .formfield select .formfield input:not([type=checkbox]), .formfield select, input.permalink
{ {
font-size: 17px; font-size: 17px;
padding: 4px; padding: 4px;
@ -212,6 +212,11 @@ pre.debug
background-color: #F4FDE4; background-color: #F4FDE4;
} }
input.permalink
{
width: 420px;
}
.formfield input[type=checkbox] .formfield input[type=checkbox]
{ {
margin-top: 10px; margin-top: 10px;

@ -8,6 +8,11 @@
{%/foreach} {%/foreach}
{%/if} {%/if}
<div class="dashboard-section">
<h3 class="spaced">Your public campaign page URL</h3>
<input class="permalink" type="text" value="http://redonate.net/campaign/{%?urlname}">
</div>
<div class="dashboard-section"> <div class="dashboard-section">
<h3>Past month</h3> <h3>Past month</h3>

Loading…
Cancel
Save