Changeset 1466 for trunk/gestorpsi
- Timestamp:
- 15/12/2009 14:02:52 (2 years ago)
- Location:
- trunk/gestorpsi
- Files:
-
- 4 modified
-
media/css/layout.css (modified) (2 diffs)
-
templates/service/service_client_list.html (modified) (1 diff)
-
templates/tags/client_sidebar.html (modified) (1 diff)
-
templates/tags/service_sidebar.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gestorpsi/media/css/layout.css
r1455 r1466 775 775 .sidebar li { 776 776 list-style: none; 777 padding-left: 10px;777 padding-left: 2px; 778 778 } 779 779 .sidebar li a { 780 780 line-height: 22px; 781 padding: 5px 0 5px 25px;781 padding: 5px 0 5px 1px; 782 782 color: #000000; 783 783 } … … 791 791 } 792 792 .sidebar li .client_home { 793 background: url(../img/16/go-home.png) no-repeat 0 3px;793 /*background: url(../img/16/go-home.png) no-repeat 0 3px;*/ 794 794 } 795 795 796 796 .sidebar li .client_form { 797 background: url(../img/16/people-clients.png) no-repeat 0 3px;797 /*background: url(../img/16/people-clients.png) no-repeat 0 3px;*/ 798 798 } 799 799 800 800 .sidebar li .client_admit_form { 801 background: url(../img/ico_reg.png) no-repeat 0 3px; 802 } 803 801 /*background: url(../img/ico_reg.png) no-repeat 0 3px;*/ 802 } 804 803 805 804 .sidebar li .referral_edit, .edit_generic { 806 background: url(../img/ico_edit.png) no-repeat 0 6px;805 /*background: url(../img/ico_edit.png) no-repeat 0 6px;*/ 807 806 } 808 807 809 808 .sidebar li .client_referral_list { 810 background: url(../img/16/referral.png) no-repeat 0 3px;809 /*background: url(../img/16/referral.png) no-repeat 0 3px;*/ 811 810 } 812 811 813 812 .sidebar li .client_services { 814 background: url(../img/16/services.png) no-repeat 0 3px;813 /*background: url(../img/16/services.png) no-repeat 0 3px;*/ 815 814 } 816 815 817 816 .sidebar li .client_calendar { 818 background: url(../img/16/office-calendar.png) no-repeat 0 3px;817 /*background: url(../img/16/office-calendar.png) no-repeat 0 3px;*/ 819 818 } 820 819 821 820 .sidebar li .client_messages { 822 background: url(../img/16/internet-mail.png) no-repeat 0 3px; 821 /*background: url(../img/16/internet-mail.png) no-repeat 0 3px;*/ 823 822 } 824 823 825 824 .sidebar li .client_referral_discharge { 826 background: url(../img/16/system-log-out.png) no-repeat 0 3px;825 /*background: url(../img/16/system-log-out.png) no-repeat 0 3px;*/ 827 826 } 828 827 829 828 .sidebar li .client_referral_form { 830 background: url(../img/16/list-add.png) no-repeat 0 3px;829 /*background: url(../img/16/list-add.png) no-repeat 0 3px;*/ 831 830 } 832 831 833 832 .sidebar li .client_user_form { 834 background: url(../img/16/system-users.png) no-repeat 0 3px;833 /*background: url(../img/16/system-users.png) no-repeat 0 3px;*/ 835 834 } 836 835 837 836 .sidebar li .client_order { 838 background: url(../img/16/edit-delete.png) no-repeat 0 3px;837 /*background: url(../img/16/edit-delete.png) no-repeat 0 3px;*/ 839 838 } 840 839 841 840 .sidebar li .client_family { 842 background: url(../img/16/client_family.png) no-repeat 0 3px;841 /*background: url(../img/16/client_family.png) no-repeat 0 3px;*/ 843 842 } 844 843 845 844 .sidebar li .contact_order { 846 background: url(../img/16/edit-delete.png) no-repeat 0 3px;845 /*background: url(../img/16/edit-delete.png) no-repeat 0 3px;*/ 847 846 } 848 847 849 848 .sidebar li .print { 850 background: url(../img/16/print.png) no-repeat 0 3px;849 /*background: url(../img/16/print.png) no-repeat 0 3px;*/ 851 850 } 852 851 853 852 .sidebar li .occurrence_confirmation { 854 background: url(../img/16/internet-news-reader.png) no-repeat 0 3px;853 /*background: url(../img/16/internet-news-reader.png) no-repeat 0 3px;*/ 855 854 } 856 855 -
trunk/gestorpsi/templates/service/service_client_list.html
r1227 r1466 47 47 48 48 <div id="msg_area" class="alert no_registers_available hidden"> 49 {% trans "There is no registers available." %}<br /><br />{% trans "Click" %} <a href="/service/add/" display="form" class="fastmenu notajax">{% trans "here" %}</a> {% trans "if you want to add a new one." %}49 {% trans "There is no client subscribed in this service." %}<br /> 50 50 </div> 51 51 -
trunk/gestorpsi/templates/tags/client_sidebar.html
r1441 r1466 115 115 <li><a href="/client/{{ object.id }}/referral/{{ referral.id }}/discharge/" class="client_referral_discharge" title="{{ object.person.name }}">{% trans "Service Discharge" %}</a></li> 116 116 <li><a class="client_messages" href="/client/{{ object.id }}/referral/{{ referral.id }}/messages/" title="{{ object.person.name }}">{% trans "Messages" %}</a></li> 117 <li><a class="document"href="/upload/client/{{ object.id }}/attach/{{ referral.id }}" title="{{ object.person.name }}">{% trans "Attach Document" %}</a></li>118 <li><a class="queue"href="/client/{{ object.id }}/referral/{{ referral.id }}/queue/" title="{{ object.person.name }}">{% trans "Queue (add/remove)" %}</a></li>117 <li><a href="/upload/client/{{ object.id }}/attach/{{ referral.id }}" title="{{ object.person.name }}">{% trans "Attach Document" %}</a></li> 118 <li><a href="/client/{{ object.id }}/referral/{{ referral.id }}/queue/" title="{{ object.person.name }}">{% trans "Queue (add/remove)" %}</a></li> 119 119 120 120 {% endif %} -
trunk/gestorpsi/templates/tags/service_sidebar.html
r1441 r1466 20 20 <h3>{% trans "Details" %}</h3> 21 21 <ul> 22 <li><a href="/service/{% if object.referral.service.id %}{{ object.referral.service.id }}{% else %}{{ object.id }}{% endif %}/group/" class="group">{% trans "List groups from this service" %}</a></li>23 <li><a href="/service/{{ object.id }}/queue/" class="queue"title="{{ object.name }}">Queue</a></li>24 <li><a href="/service/{{ object.id }}/clientlist/" class="clientlist"title="{{ object.name }}">{% trans "Client list" %}</a></li>22 <li><a href="/service/{% if object.referral.service.id %}{{ object.referral.service.id }}{% else %}{{ object.id }}{% endif %}/group/">{% trans "List groups from this service" %}</a></li> 23 <li><a href="/service/{{ object.id }}/queue/" title="{{ object.name }}">Queue</a></li> 24 <li><a href="/service/{{ object.id }}/clientlist/" title="{{ object.name }}">{% trans "Client list" %}</a></li> 25 25 </ul> 26 26 </div> … … 30 30 <h3>{% trans 'Actions' %}</h3> 31 31 <ul> 32 <li><a href="/service/{% if object.referral.service.id %}{{ object.referral.service.id }}{% else %}{{ object.id }}{% endif %}/group/add/" class="group_add">{% trans "Add group on this service" %}</a></li>33 <li><a href="/service/{{ object.id }}/order/" class="client_order"title="{{ object.name }}">{% if object.active %} {% trans "Inactive" %} {% else %} {% trans "Active" %} {% endif %} </a></li>32 <li><a href="/service/{% if object.referral.service.id %}{{ object.referral.service.id }}{% else %}{{ object.id }}{% endif %}/group/add/">{% trans "Add group on this service" %}</a></li> 33 <li><a href="/service/{{ object.id }}/order/" title="{{ object.name }}">{% if object.active %} {% trans "Inactive" %} {% else %} {% trans "Active" %} {% endif %} </a></li> 34 34 </ul> 35 35 </div>
