Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayle committed Feb 16, 2017
1 parent 89e5542 commit 468e525
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CodevTT #
# [CodevTT.org](http://codevtt.org) #
--- Time tracking & project management on Mantis ---

### Audience
Expand All @@ -14,10 +14,8 @@

- CodevTT is an efficient link between the team and the management. Its goal is to give concrete and reliable information on your projects/contracts/teams and intends to reduce the management costs of your projects.

> Since v1.0.0 CodevTT is production ready, we're now working on a plugin management system so that you can easily customize it to your needs and develop your own specific indicators.
### Notes
> Complete documentation for [CodevTT](http://codevtt.org) is not yet available but you'll find usefull information [here](http://codevtt.org/site/?page_id=153).
> Screenshots for CodevTT are [here](http://codevtt.org/site/?page_id=116).
> Please check the [installation forum](http://codevtt.org/site/?forum=installation) for more information.
> Documentation is [here](http://codevtt.org/site/?page_id=153).
2 changes: 1 addition & 1 deletion tpl/edit_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<form id="displayTeamForm" name="displayTeamForm" class="formWithTabsHistory" method="post" action="{$page}">
<fieldset>
<label for="displayed_teamid">{t}Team{/t}: </label>
<select id="displayed_teamid" name="displayed_teamid">
<select id="displayed_teamid" name="displayed_teamid" class="select2">
{foreach from=$availableTeams key=id item=i}
<option {if $i.selected}selected="selected"{/if} value="{$i.id}">{$i.name}</option>
{/foreach}
Expand Down
2 changes: 1 addition & 1 deletion tpl/plugin_manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</td>
<td {if 1 == $plugin.status}bgcolor="#BFFFC4"{/if}
{if 2 == $plugin.status}bgcolor="#E0E0E0"{/if}>{$plugin.statusName}</td>
<td><div class="caption_font">{$plugin.name}</div><br>
<td title="{$plugin_id}"><div class="caption_font">{$plugin.name}</div><br>
{$plugin.description}</td>
<td>{$plugin.version}</td>
<td>{$plugin.categories}</td>
Expand Down

0 comments on commit 468e525

Please sign in to comment.