Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F540044
PhabricatorDashboardOneThirdLayoutMode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
PhabricatorDashboardOneThirdLayoutMode.php
View Options
<?php
final
class
PhabricatorDashboardOneThirdLayoutMode
extends
PhabricatorDashboardLayoutMode
{
const
LAYOUTMODE
=
'layout-mode-third-and-thirds'
;
public
function
getLayoutModeOrder
()
{
return
700
;
}
public
function
getLayoutModeName
()
{
return
pht
(
'Two Columns: 33%%/66%%'
);
}
public
function
getLayoutModeColumns
()
{
return
array
(
$this
->
newColumn
()
->
setColumnKey
(
'left'
)
->
addClass
(
'third'
),
$this
->
newColumn
()
->
setColumnKey
(
'right'
)
->
addClass
(
'thirds'
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 9:24 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120418
Default Alt Text
PhabricatorDashboardOneThirdLayoutMode.php (552 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment