mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Customer portal : Translated on going requests tabs
SVN:trunk[4153]
This commit is contained in:
@@ -1135,12 +1135,12 @@
|
||||
<!-- Can be used only with ../oql tag, not ../class tag. Reason is that we can't know the class alias to apply to the condition's fields. We might have an exception saying that the field in ambigious for the generated query. -->
|
||||
<group id="opened">
|
||||
<rank>1</rank>
|
||||
<title>En cours</title>
|
||||
<title>Class:Ticket/Attribute:operational_status/Value:ongoing</title>
|
||||
<condition><![CDATA[SELECT Ticket AS T WHERE operational_status NOT IN ('closed', 'resolved')]]></condition>
|
||||
</group>
|
||||
<group id="resolved">
|
||||
<rank>2</rank>
|
||||
<title>Résolues</title>
|
||||
<title>Brick:Portal:OngoingRequests:Tab:Resolved</title>
|
||||
<condition><![CDATA[SELECT Ticket AS T WHERE org_id = :current_contact->org_id AND operational_status = 'resolved']]></condition>
|
||||
</group>
|
||||
</groups>
|
||||
|
||||
@@ -246,5 +246,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'On going',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests',
|
||||
));
|
||||
|
||||
@@ -231,5 +231,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Besoin d\'assistance ?</p><p>Choisissez un service (assistance ou dépannage) et soumettez votre requête à nos équipes de support.</p>',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Requêtes en cours',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Suivez vos requêtes en cours.</p><p>Consultez l\'avancement, ajoutez des commentaires ou des pièces jointes, validez la solution.</p>',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'En cours',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Résolues',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Requêtes fermées',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user