Skip to content

Commit

Permalink
fixed invoice history page
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Rakhimov committed Jun 6, 2010
1 parent 2ff30aa commit 55bee06
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/saaskit/templates/subscription/invoice_history.html
Expand Up @@ -3,7 +3,10 @@
{% block title %}{% trans "Invoice History" %}{% endblock %}

{% block content %}
<h2>{% trans "Invoice History" %}</h2>
<div class="saaskit-block">
<h3>{% trans "Invoice History" %}</h3>
<div class="saaskit-block-menu">
<div class="saaskit-block-content">
{% if transaction_list %}
<table border="0" id="tasktable" style="max-width:600px;">
<thead>
Expand All @@ -30,4 +33,27 @@ <h2>{% trans "Invoice History" %}</h2>
{% else %}
<p>{% trans "You have no transactions yet." %}</p>
{% endif %}
</div>
</div>
</div>
{% endblock %}

{% block sidebar %}

<div class="yui-b saaskit-sidebar">
<div class="saaskit-block">
<h3>{% trans 'Help' %}</h3>
<p>{% blocktrans %}This sidebar block uses the exact same markup as the main body blocks. This lets you move them around easily - as they automatically resize to fit the available space.{% endblocktrans %}</p>
</div>

<div class="saaskit-notice">
<h4>{% trans 'Notice Title' %}</h4>
<p>{% blocktrans %}Morbi posuere urna vitae nunc. Curabitur ultrices, lorem ac aliquam blandit, lectus eros hendrerit eros, at
eleifend libero ipsum hendrerit urna. Suspendisse viverra. Morbi ut magna. Praesent id ipsum. Sed feugiat ipsum ut
felis. Fusce vitae nibh sed risus commodo pulvinar. Duis ut dolor. Cras ac erat pulvinar tortor porta sodales.
Aenean tempor venenatis dolor.
{% endblocktrans %}</p>
</div>
</div>

{% endblock %}

0 comments on commit 55bee06

Please sign in to comment.