Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/listing_row_task.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of José Filipe Lopes Santos  >  Ticket Calendar  >  templates/listing_row_task.html  >  Download  
File: templates/listing_row_task.html
Role: Auxiliary data
Content type: text/plain
Description: Row with task
Class: Ticket Calendar
View the dates of scheduled tickets on a calendar
Author: By
Last change:
Date: 2013-11-26 10:26
Size: 270 bytes
 

Contents

Class file image Download
<tr>
	<td class="{class}">
		{horario}
	</td>
	<td class="{class}">
		{area}
	</td>
	<td class="{class}">
		{data}
	</td>
	<td class="{class}">
		{tipo_problema}
	</td>
	<td class="{class}">
		{servico}
	</td>
	<td class="{class}">
		{block_images_links}
	</td>	
</tr>