Browse Source

Update search results template

pull/40/head
Michael Foster 11 years ago
parent
commit
c8e93f04d2
  1. 8
      templates/mod/search_results.html

8
templates/mod/search_results.html

@ -189,7 +189,7 @@
<td class="minimal"> <td class="minimal">
<a href="?/{{ config.board_path|sprintf(post.board) }}{{ config.file_index }}">{{ config.board_abbreviation|sprintf(post.board) }}</a> <a href="?/{{ config.board_path|sprintf(post.board) }}{{ config.file_index }}">{{ config.board_abbreviation|sprintf(post.board) }}</a>
</td> </td>
<td class="minimal" > <td class="minimal">
{% if post.thread %} {% if post.thread %}
{% set thread = post.thread %} {% set thread = post.thread %}
{% else %} {% else %}
@ -217,7 +217,7 @@
<em>hidden</em> <em>hidden</em>
{% endif %} {% endif %}
</td> </td>
<td class="minimal" > <td style="max-width:100px">
<small> <small>
{% if post.email|length > 0 %} {% if post.email|length > 0 %}
{# start email #} {# start email #}
@ -237,14 +237,14 @@
{% endif %} {% endif %}
</small> </small>
</td> </td>
<td class="minimal" > <td style="max-width:250px">
{% if post.subject %} {% if post.subject %}
<small>{{ post.subject }}</small> <small>{{ post.subject }}</small>
{% else %} {% else %}
&ndash; &ndash;
{% endif %} {% endif %}
</td> </td>
<td class="minimal"> <td style="max-width:200px">
{% if post.file %} {% if post.file %}
<small>{{ post.file }} ({{ post.filesize | filesize }})</small> <small>{{ post.file }} ({{ post.filesize | filesize }})</small>
{% else %} {% else %}

Loading…
Cancel
Save