progress on generic sellpage - is not yet linked from existing connect buttons and editing has not been completed
This commit is contained in:
3
view/css/mod_connect.css
Normal file
3
view/css/mod_connect.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.sellpage-final {
|
||||
margin-top: 25px;
|
||||
}
|
||||
3
view/tpl/sellpage_submit.tpl
Normal file
3
view/tpl/sellpage_submit.tpl
Normal file
@@ -0,0 +1,3 @@
|
||||
<form id="sellpage-submit" action="connect/{{$address}}" method="post">
|
||||
<input type="submit" name="submit" value="{{$continue}}" />
|
||||
</form>
|
||||
9
view/tpl/sellpage_view.tpl
Normal file
9
view/tpl/sellpage_view.tpl
Normal 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}}
|
||||
Reference in New Issue
Block a user