progress on generic sellpage - is not yet linked from existing connect buttons and editing has not been completed

This commit is contained in:
friendica
2013-08-21 20:05:55 -07:00
parent 5083aa3cbd
commit 6cea04eb44
6 changed files with 121 additions and 7 deletions

3
view/css/mod_connect.css Normal file
View File

@@ -0,0 +1,3 @@
.sellpage-final {
margin-top: 25px;
}

View File

@@ -0,0 +1,3 @@
<form id="sellpage-submit" action="connect/{{$address}}" method="post">
<input type="submit" name="submit" value="{{$continue}}" />
</form>

View File

@@ -0,0 +1,9 @@
<h1>{{$header}}</h1>
<div class="descriptive-text">{{$desc}}</div>
<div class="sellpage-body">{{$text}}</div>
<div class="sellpage-final">{{$desc2}}</div>
{{$submit}}