author_email = "yomguy@parisson.com",
version = teleforma.__version__,
install_requires = [
- 'django>=1.3.1',
+ 'django>=1.4',
'telemeta',
'south',
'django-pagination',
'django-postman',
'django-extensions',
'django-notes',
+ 'django-timezones',
],
platforms=['OS Independent'],
license='CeCILL v2',
#menu .orange { border-bottom-color: #e65911; }
#menu .darkgreen { border-bottom-color: #006a12; }
#menu .black { border-bottom-color: #000000; }
-#menu .red { border-bottom-color: #cc0000; }
+#menu .red { border-bottom-color: #bb0000; }
#menu .violet { border-bottom-color: #A00020; }
#menu .origin { border-bottom-color: transparent; }
}
#action_red {
- background-color: #db1020;
+ background-color: #bb1020;
color: #FFF;
padding:0.8em 0.8em 0.8em 0.8em;
}
{% else %}{% blocktrans with object.obfuscated_sender as sender %}You have received a copy of a response from the user '{{ sender }}'.{% endblocktrans %}
{% endif %}
{% else %}{% blocktrans with object.obfuscated_sender as sender %}You have received a message from the user '{{ sender }}'.{% endblocktrans %}
-{% endif %}{% endif %}
-{% trans "You can read and respond to this message from your e-learning desk following this link:" %}
+{% endif %}{% endif %}{% trans "You can read and respond to this message from your e-learning desk following this link:" %}
http://{{ site.name }}/messages/inbox/
{# 'acceptance' #}
+
{% trans "Thank you again for your interest in our services." %}
{% trans "The site administrator" %} {% trans "of" %} {% organization %}
<input type="text" id="msg" />
<input type="submit" value="{% trans "Send" %}" />
</form>
-<!--<script type="text/javascript">document.getElementById("msg").focus();</script>-->
+<script type="text/javascript">document.getElementById("msg").focus();</script>
</div>
</div>
</div>
<input type="text" id="msg" />
<input type="submit" value="{% trans "Send" %}" />
</form>
-<!--<script type="text/javascript">document.getElementById("msg").focus();</script>-->
+<script type="text/javascript">document.getElementById("msg").focus();</script>
</div>
</div>
</div>
<input type="text" id="msg" />
<input type="submit" value="{% trans "Send" %}" />
</form>
-<!--<script type="text/javascript">document.getElementById("msg").focus();</script>-->
+<script type="text/javascript">document.getElementById("msg").focus();</script>
</div>
</div>
</div>
<td></td>
{% endif %}
- <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_orange">{% trans "Message" %}</a></td>
+ <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_red">{% trans "Message" %}</a></td>
</tr>
{% endfor %}
</tbody>
{% if user.is_authenticated and user.username == usr.username or user.is_staff %}
<div class="module_action">
- <a href="{% url telemeta-profile-edit usr.username %}" class="component_icon button" id="action_blue">{% trans "Modify" %}</a>
+ <a href="{% url telemeta-profile-edit usr.username %}" class="component_icon button" id="action_blue">{% trans "Edit" %}</a>
</div>
{% endif %}
{% endwith %}
{% endblock %}
+<div class="module_action">
+ <a href="#" class="component_icon button" id="action_yellow"
+ onclick="document.getElementById('searchform').submit(); return false;">{% trans 'Search' %}</a>
+</div>
+
</div>
<div class="desk_course">
</div>
</div>
-<div class="module_action">
- <a href="#" class="component_icon button" id="action_yellow"
- onclick="document.getElementById('searchform').submit(); return false;">{% trans 'Search' %}</a>
-</div>
-
{% endblock %}
{% if all_users %}
<div class="module_action">
-<a href="{% url postman_write all_users|to_recipients %}" class="component_icon button" id="action_red">{% trans "New message" %}</a>
+<a href="{% url postman_write all_users|to_recipients %}" class="component_icon button" id="action_orange">{% trans "New message" %}</a>
</div>
{% endif %}