Re: Disable Preview button, posted by Stefan Ritt on Thu Sep 27 11:26:36 2012
|
UlfO wrote: |
Stefan Ritt wrote: |
UlfO wrote: |
Hi,
Is it possible to disable the Previewbutton?
Regards
Ulf Olsson
|
Nope.
|
Is it possible for you to implement this function in a future version of ELOG?
|
If there is a good reason for that ... |
Re: Disable Preview button, posted by UlfO on Thu Sep 27 12:26:09 2012
|
Stefan Ritt wrote: |
UlfO wrote: |
Stefan Ritt wrote: |
UlfO wrote: |
Hi,
Is it possible to disable the Previewbutton?
Regards
Ulf Olsson
|
Nope.
|
Is it possible for you to implement this function in a future version of ELOG?
|
If there is a good reason for that ...
|
The reason for doing this is that the GUI will be cleaner and easier for the users to understand.
If it´s possible to disable functions that you don´t need in a customized ELOG it would be easier to explain how to work with it.
|
Formating input fields with size and width, posted by UlfO on Wed Oct 3 14:22:29 2012
|
Hi,
Why is the color of an inputfield changing when I have changed the size and width?
I have attached a example.
Regards
/UlfO
|
Re: Formating input fields with size and width, posted by Stefan Ritt on Wed Oct 3 14:23:55 2012
|
UlfO wrote: |
Hi,
Why is the color of an inputfield changing when I have changed the size and width?
I have attached a example.
Regards
/UlfO
|
Please post your configuration file (or the relevant section therein) so that I can have a look.
/Stefan |
Re: Formating input fields with size and width, posted by UlfO on Wed Oct 3 14:28:20 2012
|
Stefan Ritt wrote: |
UlfO wrote: |
Hi,
Why is the color of an inputfield changing when I have changed the size and width?
I have attached a example.
Regards
/UlfO
|
Please post your configuration file (or the relevant section therein) so that I can have a look.
/Stefan
|
OK!
Here it comes:
[Deployment-Plan-PRIMA]
Logbook Tabs = 0
Theme = default
Title Image= <img border=0 src="konturlogo_dynamate.png" alt="DynaMate logo">
Use Email From = weblog@dynamate.se
Use Lock = 1
Mode commands = 0
Comment = Deployment plan PRIMA SSG
Attributes = Activity number, Main Activity task, Activity task, Resources, Task Type, Status, Start Time
Options Main Activity task = Activities pre deployment, Install Changes into Prima, Post Go Live activities week after Go Live
Options Task Type = Depl, Pre, Prep Depl, Prep Test, Prod, Test
Options Status = Finished, Not started, Ongoing
Extendable options = Resources, Task Type, Main Activity task
Moptions Resources = BMM, PMM
Format Activity number = ,,,3,3
Type Start Time = Datetime
Type Activity Number = Numeric
Cell Style Status Finished = background-color:green
Cell Style Status Not started = background-color:red
Cell Style Status Ongoing = background-color:yellow
List Menu Commands = New, Last day, Help
Menu commands = List, New, Edit, Delete, Help
List Display = Activity number, Main Activity task, Activity Task, Start time, Resources, Task Type, Status
Page Title = Deployment plan PRIMA SSG - $Subject
List after submit = 1
Reverse sort = 1
Quick filter = Main Activity task, Resources, Task Type, Status
|
Re: Formating input fields with size and width, posted by Stefan Ritt on Wed Oct 3 14:34:58 2012
|
UlfO wrote: |
Stefan Ritt wrote: |
UlfO wrote: |
Hi,
Why is the color of an inputfield changing when I have changed the size and width?
I have attached a example.
Regards
/UlfO
|
Please post your configuration file (or the relevant section therein) so that I can have a look.
/Stefan
|
OK!
Here it comes:
[Deployment-Plan-PRIMA]
Logbook Tabs = 0
Theme = default
Title Image= <img border=0 src="konturlogo_dynamate.png" alt="DynaMate logo">
Use Email From = weblog@dynamate.se
Use Lock = 1
Mode commands = 0
Comment = Deployment plan PRIMA SSG
Attributes = Activity number, Main Activity task, Activity task, Resources, Task Type, Status, Start Time
Options Main Activity task = Activities pre deployment, Install Changes into Prima, Post Go Live activities week after Go Live
Options Task Type = Depl, Pre, Prep Depl, Prep Test, Prod, Test
Options Status = Finished, Not started, Ongoing
Extendable options = Resources, Task Type, Main Activity task
Moptions Resources = BMM, PMM
Format Activity number = ,,,3,3
Type Start Time = Datetime
Type Activity Number = Numeric
Cell Style Status Finished = background-color:green
Cell Style Status Not started = background-color:red
Cell Style Status Ongoing = background-color:yellow
List Menu Commands = New, Last day, Help
Menu commands = List, New, Edit, Delete, Help
List Display = Activity number, Main Activity task, Activity Task, Start time, Resources, Task Type, Status
Page Title = Deployment plan PRIMA SSG - $Subject
List after submit = 1
Reverse sort = 1
Quick filter = Main Activity task, Resources, Task Type, Status
|
Ok, here it is. You wrote
Format Activity number = ,,,3,3
who told you that you can just leave out the first three arguments? The documentation says that you can trailing parameters can be omitted, not leading. So what you want is
Format Activity number = 0,attribname,attribvalue,3,3
/Stefan |
Re: Formating input fields with size and width, posted by UlfO on Wed Oct 3 14:46:44 2012
|
Stefan Ritt wrote: |
UlfO wrote: |
Stefan Ritt wrote: |
UlfO wrote: |
Hi,
Why is the color of an inputfield changing when I have changed the size and width?
I have attached a example.
Regards
/UlfO
|
Please post your configuration file (or the relevant section therein) so that I can have a look.
/Stefan
|
OK!
Here it comes:
[Deployment-Plan-PRIMA]
Logbook Tabs = 0
Theme = default
Title Image= <img border=0 src="konturlogo_dynamate.png" alt="DynaMate logo">
Use Email From = weblog@dynamate.se
Use Lock = 1
Mode commands = 0
Comment = Deployment plan PRIMA SSG
Attributes = Activity number, Main Activity task, Activity task, Resources, Task Type, Status, Start Time
Options Main Activity task = Activities pre deployment, Install Changes into Prima, Post Go Live activities week after Go Live
Options Task Type = Depl, Pre, Prep Depl, Prep Test, Prod, Test
Options Status = Finished, Not started, Ongoing
Extendable options = Resources, Task Type, Main Activity task
Moptions Resources = BMM, PMM
Format Activity number = ,,,3,3
Type Start Time = Datetime
Type Activity Number = Numeric
Cell Style Status Finished = background-color:green
Cell Style Status Not started = background-color:red
Cell Style Status Ongoing = background-color:yellow
List Menu Commands = New, Last day, Help
Menu commands = List, New, Edit, Delete, Help
List Display = Activity number, Main Activity task, Activity Task, Start time, Resources, Task Type, Status
Page Title = Deployment plan PRIMA SSG - $Subject
List after submit = 1
Reverse sort = 1
Quick filter = Main Activity task, Resources, Task Type, Status
|
Ok, here it is. You wrote
Format Activity number = ,,,3,3
who told you that you can just leave out the first three arguments? The documentation says that you can trailing parameters can be omitted, not leading. So what you want is
Format Activity number = 0,attribname,attribvalue,3,3
/Stefan
|
Sorry!
I´m not so familiar with the meaning of trailing and leading in english.
But now it works!
Thank you very much!
|
Protect Selection, posted by John Becker on Mon Oct 15 16:10:52 2012
|
Hi, I have a question regarding the Protect Selection option. I have the option enabled and I have to login to get into the logbook. What I would like to accomplish is that the page does not display anything (none of the posts) when it is opened. The only option should be to login.
Is this possible?
Regards,
John |
|