This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # unicorn Application server for Rails application tcms | |
| # | |
| # chkconfig 345 24 76 | |
| # | |
| # description: Unicorn runs Rails application tcms | |
| # | |
| ### BEGIN INIT INFO | |
| # Provides: unicorn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: app/assets/stylesheets/self_service/form.css.scss | |
| =================================================================== | |
| --- app/assets/stylesheets/self_service/form.css.scss (revision 1131) | |
| +++ app/assets/stylesheets/self_service/form.css.scss (working copy) | |
| @@ -622,6 +622,11 @@ | |
| letter-spacing: 1px; | |
| } | |
| +.noCapitalize .formRow label, | |
| +.noCapitalize .formRow .center label { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://ws.aramex.net/ShippingAPI/v1/" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <v1:ShipmentTrackingResponse> | |
| <!--Optional:--> | |
| <v1:Transaction> | |
| <v1:Reference1>?</v1:Reference1> | |
| <v1:Reference2>?</v1:Reference2> | |
| <v1:Reference3>?</v1:Reference3> | |
| <v1:Reference4>?</v1:Reference4> |
NewerOlder