Skip to content
Snippets Groups Projects
Commit 1cf761d3 authored by reiva5's avatar reiva5
Browse files

Layout frontend for Order.complete_order added

parent d23e876e
Branches
No related merge requests found
......@@ -53,12 +53,5 @@ function next2(){
'<div class="stepBox active">' +
'<span class="number">3</span>' +
'<div class="step">Complete your order</div>' +
'</div>' +
'<div class="roundedBox preferred">' +
'<span class="header3"><b>PREFERRED DRIVERS:</b></span>' +
'</div>' +
'<div class="roundedBox others">'+
'<span class="header3"><b>OTHER DRIVERS:</b></span>' +
'</div>' +
'<input type="submit" name="submit" value="NEXT" onclick="next2()">';
'</div>';
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment