Mobile Interface modification

Hi,

I really like the mobile interface. I would just like to change one thing though, and I’m not sure where to do it. I would like to have a link to see all open tickets. I don’t have much use for all tickets, and would just like to modify the search behavior of that link.

Cheers

Miles Scruggs
miles@digitalphotobox.net

smime.p7s (4.78 KB)

Hi,

The mobile style is located in this location:

/opt/rt4/share/html/m

You can basically copy that directory, or just the files that you want to
change to this location:

/opt/rt4/local/html/m

For example, if you only copy the css file to the local location, then
you’ll only replace that part of the mobile interface. The same will count
for the other parts of this page.

Hope this helps a little. (you can view the changes in your normal browser
by going to https:///m/.)2013/4/11 Miles Scruggs miles@digitalphotobox.net

Hi,

I really like the mobile interface. I would just like to change one thing
though, and I’m not sure where to do it. I would like to have a link to
see all open tickets. I don’t have much use for all tickets, and would
just like to modify the search behavior of that link.

Cheers

Miles Scruggs
miles@digitalphotobox.net

Bart G.

In my case I want to change the filter on that list. I know that isn’t a CSS change. I just need to know if that is in the HTML in that path or DB or other location?On Apr 11, 2013, at 1:28 AM, Bart bart@pleh.info wrote:

Hi,

The mobile style is located in this location:

/opt/rt4/share/html/m

You can basically copy that directory, or just the files that you want to change to this location:

/opt/rt4/local/html/m

For example, if you only copy the css file to the local location, then you’ll only replace that part of the mobile interface. The same will count for the other parts of this page.

Hope this helps a little. (you can view the changes in your normal browser by going to https:///m/.)

2013/4/11 Miles Scruggs miles@digitalphotobox.net

Hi,

I really like the mobile interface. I would just like to change one thing though, and I’m not sure where to do it. I would like to have a link to see all open tickets. I don’t have much use for all tickets, and would just like to modify the search behavior of that link.

Cheers

Miles Scruggs
miles@digitalphotobox.net


Bart G.

I really like the mobile interface. I would just like to change one
thing though, and I’m not sure where to do it. I would like to have a
link to see all open tickets. I don’t have much use for all tickets,
and would just like to modify the search behavior of that link.

I wonder if All Tickets meant to be literally ‘all deleted tickets’ or
if that’s a bug.

Regardless, you can use the MassageMenus callback in
share/html/m/_elements/menu to remove All Tickets and replace it with
your own link.

That’s the cleanest and most upgrade-proof solution.

-kevin

Well it isn’t ‘all deleted tickets’ but it is all tickets. I wanted ‘all
open tickets’, which seems like would be much more popular than all
tickets. Thanks for the heads up I have made the changes I needed, and now
I’m all rolling.On Thu, Apr 11, 2013 at 7:47 AM, Kevin Falcone falcone@bestpractical.comwrote:

On Wed, Apr 10, 2013 at 09:33:51PM -0700, Miles Scruggs wrote:

I really like the mobile interface. I would just like to change one
thing though, and I’m not sure where to do it. I would like to have a
link to see all open tickets. I don’t have much use for all tickets,
and would just like to modify the search behavior of that link.

I wonder if All Tickets meant to be literally ‘all deleted tickets’ or
if that’s a bug.

Regardless, you can use the MassageMenus callback in
share/html/m/_elements/menu to remove All Tickets and replace it with
your own link.

That’s the cleanest and most upgrade-proof solution.

-kevin

Cheers,

Miles