6f610eb614
2. messages - moved delete X into message div and new message form div 3. began work on creating thumbnail versions of albums - needs aspect ratio correction (javascript) 4. changed font-size and font-variation on vcard for better readability. 5. streamlining continued with the CSS file
8 lines
234 B
Smarty
8 lines
234 B
Smarty
<h3>$messages</h3>
|
|
|
|
<ul class="tabs-wrapper">
|
|
<li><a href="message" class="tabs button">$inbox</a></li>
|
|
<li><a href="message/sent" class="tabs button">$outbox</a></li>
|
|
<li><a href="message/new" class="tabs button">$new</a></li>
|
|
</ul>
|